Skip to content

Commit 3ecea5b

Browse files
Fix flake check
1 parent e7815f0 commit 3ecea5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thicket/tests/test_get_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_get_node(literal_thickets):
1010
tk, tk2, tk3 = literal_thickets
1111

1212
with pytest.raises(ValueError):
13-
foo = tk.get_node("Foo")
13+
tk.get_node("Foo")
1414

1515
baz = tk.get_node("Baz")
1616

0 commit comments

Comments
 (0)