File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55from sqlalchemy .orm import sessionmaker
66
77from 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
1011cwd = os .path .abspath (os .path .dirname (__file__ ))
1112DB_DIR = os .path .join (cwd , "../inputs" )
Original file line number Diff line number Diff line change 55from sqlalchemy import create_engine
66from 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
1511cwd = os .path .abspath (os .path .dirname (__file__ ))
1612DB_DIR = os .path .join (cwd , "../inputs" )
You can’t perform that action at this time.
0 commit comments