Skip to content

Commit

Permalink
silence mypy warning about untyped variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed May 3, 2024
1 parent 4593e8e commit b4bb29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_model_state_conversion(self):
))]
))]
))]
)
) # type: ignore
m = self.machine_cls()
self.assertEqual(tree, m.build_state_tree(states, sep))
self.assertEqual(states, _build_state_list(tree, sep))
Expand Down

0 comments on commit b4bb29a

Please sign in to comment.