diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-12 10:28:16 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-12 10:28:16 +0100 |
commit | e708016ae366e96051281f3a744af35a8c06d98b (patch) | |
tree | 0a0c654d3fef8d264a196e1039ca916ff5152465 /bsfs/schema/schema.py | |
parent | b0ff4ed674ad78bf113c3cc0c2ccd187ccb91048 (diff) | |
download | bsfs-e708016ae366e96051281f3a744af35a8c06d98b.tar.gz bsfs-e708016ae366e96051281f3a744af35a8c06d98b.tar.bz2 bsfs-e708016ae366e96051281f3a744af35a8c06d98b.zip |
cleanup and cosmetic changes
Diffstat (limited to 'bsfs/schema/schema.py')
-rw-r--r-- | bsfs/schema/schema.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bsfs/schema/schema.py b/bsfs/schema/schema.py index 80cb58a..52ad191 100644 --- a/bsfs/schema/schema.py +++ b/bsfs/schema/schema.py @@ -7,10 +7,8 @@ Author: Matthias Baumgartner, 2022 # imports from collections import abc, namedtuple import typing -import rdflib # bsfs imports -from bsfs.namespace import ns from bsfs.utils import errors, URI, typename # inner-module imports |