diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-12-18 13:53:34 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-12-18 13:53:34 +0100 |
commit | ebc3ccb5fdce950649bfcbf18f88ecb4a9dbcad0 (patch) | |
tree | 1815e3b4c10b6ffdd012650b0e768e4659b996e6 /bsfs/schema/__init__.py | |
parent | 1b570e45a4e99a4e7f9ad9d01b4fa93e38fbff38 (diff) | |
download | bsfs-ebc3ccb5fdce950649bfcbf18f88ecb4a9dbcad0.tar.gz bsfs-ebc3ccb5fdce950649bfcbf18f88ecb4a9dbcad0.tar.bz2 bsfs-ebc3ccb5fdce950649bfcbf18f88ecb4a9dbcad0.zip |
import fixes
Diffstat (limited to 'bsfs/schema/__init__.py')
-rw-r--r-- | bsfs/schema/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bsfs/schema/__init__.py b/bsfs/schema/__init__.py index ce381ec..ad4d456 100644 --- a/bsfs/schema/__init__.py +++ b/bsfs/schema/__init__.py @@ -8,7 +8,6 @@ Author: Matthias Baumgartner, 2022 import typing # inner-module imports -#from . import types from .schema import Schema from .types import Literal, Node, Predicate @@ -18,7 +17,6 @@ __all__: typing.Sequence[str] = ( 'Node', 'Predicate', 'Schema', - #'types', ) ## EOF ## |