summaryrefslogtreecommitdiff
path: root/test/test_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_util.py')
-rw-r--r--test/test_util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_util.py b/test/test_util.py
index 949731c3..3e60bbb8 100644
--- a/test/test_util.py
+++ b/test/test_util.py
@@ -432,7 +432,6 @@ def test_find_roots(
roots: Optional[Set[Node]],
expected_result: Union[Set[URIRef], Type[Exception]],
) -> None:
-
catcher: Optional[pytest.ExceptionInfo[Exception]] = None
graph = cached_graph(graph_sources)
@@ -558,7 +557,6 @@ def test_get_tree(
dir: str,
expected_result: Union[Tuple[IdentifiedNode, List[Any]], Type[Exception]],
) -> None:
-
catcher: Optional[pytest.ExceptionInfo[Exception]] = None
graph = cached_graph(graph_sources)