Skip to content

Commit 6e85c0a

Browse files
committed
lint
1 parent 019f211 commit 6e85c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/semsql/builder/builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from sqlalchemy.orm import sessionmaker
1313

1414
from semsql.builder.registry import registry_schema
15-
from semsql.builder.registry.registry_schema import (Makefile, MakefileRule,
16-
Ontology, CompressionEnum)
15+
from semsql.builder.registry.registry_schema import (CompressionEnum, Makefile,
16+
MakefileRule, Ontology)
1717
from semsql.utils.makefile_utils import makefile_to_string
1818

1919
this_path = Path(__file__).parent

0 commit comments

Comments
 (0)