Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 4, 2023
1 parent ec1dc89 commit 328935c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oxijen/model_impl/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def add(self, triples: Union[Iterator[Triple], 'Graph']) -> 'Graph':

return self


class DatasetStoreImpl(Dataset):

def __init__(self, store: Store):
Expand Down
1 change: 1 addition & 0 deletions oxijen/rdf_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def list_triples(self) -> Iterator[Triple]:
def add(self, triples: Union[Iterator[Triple], 'Graph']) -> 'Graph':
pass


class GraphFactory:

#@staticmethod
Expand Down

0 comments on commit 328935c

Please sign in to comment.