mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-18 20:49:14 +00:00
Remove DeprecationWarning.
This commit is contained in:
parent
ae48ed973a
commit
143270bdae
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
from asyncio import Event
|
from asyncio import Event
|
||||||
|
|
||||||
from aiogram.utils.deprecated import deprecated
|
|
||||||
from .filters import check_filters, CancelFilter
|
from .filters import check_filters, CancelFilter
|
||||||
from .. import types
|
from .. import types
|
||||||
|
|
||||||
|
|
@ -50,7 +49,6 @@ class Handler:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
||||||
@deprecated('This handler will be removed soon.')
|
|
||||||
class NextStepHandler:
|
class NextStepHandler:
|
||||||
def __init__(self, dispatcher):
|
def __init__(self, dispatcher):
|
||||||
self.dispatcher = dispatcher
|
self.dispatcher = dispatcher
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue