Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfranken committed Nov 20, 2024
1 parent 5aba09d commit aef27dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gimie/parsers/cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
from typing import List, Optional, Set
import yaml
from rdflib.term import URIRef
from rdflib import Graph, BNode, URIRef, Literal
from rdflib import Graph, URIRef, Literal
from rdflib.namespace import RDF
from gimie import logger
from gimie.graph.namespaces import SDO, MD4I
from gimie.parsers.abstract import Parser, Property
from gimie.parsers.abstract import Parser


class CffParser(Parser):
Expand Down

0 comments on commit aef27dd

Please sign in to comment.