Skip to content

Commit 3d472e4

Browse files
committed
chore: remove comments
1 parent 79051b7 commit 3d472e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/strings2things/app/api/endpoints.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010

1111
router = APIRouter()
1212

13-
# ✅ Initialize and load ontologies at startup
1413
ontology_manager = OntologyManager()
1514
ontology_manager.load_ontologies()
1615

17-
# ✅ Build RDFTransformer with the label map
1816
transformer = RDFTransformer(ontology_manager.get_label_map())
1917

2018
@router.post("/transform")

0 commit comments

Comments
 (0)