Skip to content

Commit a0dcb8c

Browse files
committed
Remove schema import again to prevent circular import
1 parent affa710 commit a0dcb8c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

terminusdb_client/client/Client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
from ..__version__ import __version__
1717
from ..errors import DatabaseError, InterfaceError
18-
from ..schema import Schema
1918
from ..woql_utils import (
2019
_clean_dict,
2120
_dt_dict,

terminusdb_client/schema/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typeguard import check_type
1111

1212
from .. import woql_type as wt
13-
from ..client.Client import Client, GraphType
13+
from ..client import Client, GraphType
1414
from ..woql_type import to_woql_type
1515

1616

0 commit comments

Comments
 (0)