We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affa710 commit a0dcb8cCopy full SHA for a0dcb8c
terminusdb_client/client/Client.py
@@ -15,7 +15,6 @@
15
16
from ..__version__ import __version__
17
from ..errors import DatabaseError, InterfaceError
18
-from ..schema import Schema
19
from ..woql_utils import (
20
_clean_dict,
21
_dt_dict,
terminusdb_client/schema/schema.py
@@ -10,7 +10,7 @@
10
from typeguard import check_type
11
12
from .. import woql_type as wt
13
-from ..client.Client import Client, GraphType
+from ..client import Client, GraphType
14
from ..woql_type import to_woql_type
0 commit comments