diff --git a/aiogram/dispatcher/dispatcher.py b/aiogram/dispatcher/dispatcher.py index 48982177..159071ac 100644 --- a/aiogram/dispatcher/dispatcher.py +++ b/aiogram/dispatcher/dispatcher.py @@ -474,4 +474,3 @@ class Dispatcher(Router): except (KeyboardInterrupt, SystemExit): # pragma: no cover # Allow to graceful shutdown pass - \ No newline at end of file