Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
Co-authored-by: Cyril Matthey-Doret <[email protected]>
  • Loading branch information
rmfranken and cmdoret authored Nov 20, 2024
1 parent d9fe975 commit a91b59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gimie/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from gimie.parsers.license import LicenseParser, is_license_filename
from gimie.parsers.cff import CffParser

from rdflib import Graph, URIRef
from rdflib import Graph


class ParserInfo(NamedTuple):
Expand Down

0 comments on commit a91b59c

Please sign in to comment.