We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7815f0 commit 3ecea5bCopy full SHA for 3ecea5b
thicket/tests/test_get_node.py
@@ -10,7 +10,7 @@ def test_get_node(literal_thickets):
10
tk, tk2, tk3 = literal_thickets
11
12
with pytest.raises(ValueError):
13
- foo = tk.get_node("Foo")
+ tk.get_node("Foo")
14
15
baz = tk.get_node("Baz")
16
0 commit comments