Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Feb 16, 2024
1 parent 40b7b89 commit 843efbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brickschema/persistent.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from rdflib.graph import BatchAddGraph
from rdflib import plugin
from rdflib.store import Store
from rdflib_sqlalchemy import registerplugins
from brickschema_rdflib_sqlalchemy import registerplugins
from sqlalchemy import text, Row
import pickle
from .graph import Graph, BrickBase
Expand Down

0 comments on commit 843efbd

Please sign in to comment.