diff --git a/tests/test_dispatcher/test_fsm/test_state.py b/tests/test_dispatcher/test_fsm/test_state.py index 589db2e5..3d41e1fa 100644 --- a/tests/test_dispatcher/test_fsm/test_state.py +++ b/tests/test_dispatcher/test_fsm/test_state.py @@ -189,4 +189,3 @@ class TestStatesGroup: assert str(MyGroup()) == "StatesGroup MyGroup" assert str(MyGroup.MyNestedGroup()) == "StatesGroup MyGroup.MyNestedGroup" -