Skip to content

Commit b10604f

Browse files
committed
Merge branch 'issue/123-improve-test-coverage' of ssh://github.com/terminusdb/terminusdb-client-python into issue/123-improve-test-coverage
2 parents 88dab8b + 4a40694 commit b10604f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2465
-864
lines changed

poetry.lock

Lines changed: 4 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terminusdb_client/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from .client import GraphType, Patch, Client # noqa
22
from .woqldataframe import woqlDataframe as WOQLDataFrame # noqa
3-
from .woqlquery import WOQLQuery, Var, Vars # noqa
3+
from .woqlquery import WOQLQuery, Var, Vars # noqa
44
from .woqlschema import * # noqa
5+
56
# Backwards compatibility
6-
WOQLClient = Client # noqa
7-
WOQLSchema = Schema # noqa
7+
WOQLClient = Client # noqa
8+
WOQLSchema = Schema # noqa

0 commit comments

Comments
 (0)