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.
2 parents ccc3b00 + 6d4567b commit b958466Copy full SHA for b958466
docs/source/woqlView.rst
terminusdb_client/__init__.py
@@ -2,7 +2,6 @@
2
from .woqldataframe import woqlDataframe as WOQLDataFrame # noqa
3
from .woqlquery import WOQLQuery # noqa
4
from .woqlschema import * # noqa
5
-from .woqlview import WOQLView # noqa
6
# Backwards compatibility
7
WOQLClient = Client # noqa
8
WOQLSchema = Schema # noqa
terminusdb_client/woqlview/__init__.py
0 commit comments