Skip to content

Commit

Permalink
chore(graph): rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Nov 3, 2023
1 parent 1428d69 commit 85a1177
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gimie/graph/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@
from functools import reduce
from typing import Set

from calamus import fields
from rdflib import Graph
from rdflib.term import URIRef

from gimie.graph import Property


schema = fields.Namespace("http://schema.org/")


def combine_graphs(*graphs: Graph) -> Graph:
"""Combines an arbitrary number of input graphs
into a single graph."""
Expand Down

0 comments on commit 85a1177

Please sign in to comment.