From ce07700a5990f3525318bbfd2a87c8e365ba56bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 21:02:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test/test_graph/test_graph_cbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_graph/test_graph_cbd.py b/test/test_graph/test_graph_cbd.py index 36ef5bc10..485109225 100644 --- a/test/test_graph/test_graph_cbd.py +++ b/test/test_graph/test_graph_cbd.py @@ -135,4 +135,4 @@ def test_cbd_example(): GraphHelper.assert_sets_equals(g.cbd(URIRef(query)), g_cbd, exclude_blanks=True) assert len(g.cbd(URIRef(query))) == ( 21 - ), "cbd() for aReallyGreatBook should return 21 triples" \ No newline at end of file + ), "cbd() for aReallyGreatBook should return 21 triples"