Skip to content

Commit

Permalink
remove doubled import
Browse files Browse the repository at this point in the history
  • Loading branch information
MBueschelberger committed Dec 1, 2024
1 parent 10367f4 commit 172389f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions data2rdf/models/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
is_integer,
)

from data2rdf.models.utils import ( # isort:skip
apply_datatype,
detect_datatype,
is_float,
is_integer,
)

from data2rdf.models.base import ( # isort:skip
BasicGraphModel,
BasicSuffixModel,
Expand Down

0 comments on commit 172389f

Please sign in to comment.