Skip to content

Commit 4beab95

Browse files
committed
isort
1 parent e571209 commit 4beab95

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

tests/test_ontlib/test_subgraph.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from sqlalchemy.orm import sessionmaker
66

77
from semsql.ontlib import extract_subgraph
8-
from semsql.sqla.relation_graph import SubgraphEdgeByAncestor, SubgraphEdgeByDescendant
8+
from semsql.sqla.relation_graph import (SubgraphEdgeByAncestor,
9+
SubgraphEdgeByDescendant)
910

1011
cwd = os.path.abspath(os.path.dirname(__file__))
1112
DB_DIR = os.path.join(cwd, "../inputs")

tests/test_orm/test_basic_sqla.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
from sqlalchemy import create_engine
66
from sqlalchemy.orm import aliased, sessionmaker
77

8-
from semsql.sqla.semsql import (
9-
OwlAxiomAnnotation,
10-
OwlSomeValuesFrom,
11-
RdfsLabelStatement,
12-
RdfsSubclassOfStatement,
13-
)
8+
from semsql.sqla.semsql import (OwlAxiomAnnotation, OwlSomeValuesFrom,
9+
RdfsLabelStatement, RdfsSubclassOfStatement)
1410

1511
cwd = os.path.abspath(os.path.dirname(__file__))
1612
DB_DIR = os.path.join(cwd, "../inputs")

0 commit comments

Comments
 (0)