Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion graph_db_interface/queries/triple_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def all_triple_exists(
Returns:
bool: True if all exist, False otherwise.
"""
self.logger.setLevel(10)
named_graph = IRI(named_graph) if named_graph is not None else self.named_graph

if not triples:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "graph-db-interface"
version = "2.0.0"
version = "2.0.1"
description = "A simple interface to interact with a GraphDB instance"
authors = ["Jan-Felix Klein <janfelixklein@ooglemail.com>", "Nico Brandt <nico.g.brandt@gmail.com>", "Sören Weindel <soeren.weindel@kit.edu>", "Etienne Hoffmann <etienne.hoffmann@kit.edu>"]
readme = "README.md"
Expand Down
Loading