From 9f9cfdbe900ad04dea2a18891b7cc7ff081810a6 Mon Sep 17 00:00:00 2001 From: Andrey Tikhonov Date: Thu, 19 Aug 2021 11:41:19 +0300 Subject: [PATCH] remove empty line --- tests/test_dispatcher/test_fsm/test_state.py | 1 - 1 file changed, 1 deletion(-) 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" -