Skip to content

Commit 6d4567b

Browse files
committed
Remove WOQLView
It was a cool feature but not maintained. It also had a very small percentage of test coverage which means that it was hard to detect regressions.
1 parent ccc3b00 commit 6d4567b

File tree

4 files changed

+0
-425
lines changed

4 files changed

+0
-425
lines changed

docs/source/woqlView.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

terminusdb_client/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from .woqldataframe import woqlDataframe as WOQLDataFrame # noqa
33
from .woqlquery import WOQLQuery # noqa
44
from .woqlschema import * # noqa
5-
from .woqlview import WOQLView # noqa
65
# Backwards compatibility
76
WOQLClient = Client # noqa
87
WOQLSchema = Schema # noqa

terminusdb_client/woqlview/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)