From 3ab4e51dde96f285449c84ebb8c278cafb031ae6 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 4 Aug 2017 16:00:54 +0300 Subject: [PATCH] Oops. Bad warning. --- aiogram/dispatcher/handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aiogram/dispatcher/handler.py b/aiogram/dispatcher/handler.py index f5f5bee7..be0201c3 100644 --- a/aiogram/dispatcher/handler.py +++ b/aiogram/dispatcher/handler.py @@ -50,7 +50,6 @@ class Handler: break -@deprecated('This handler will be removed soon.') class NextStepHandler: def __init__(self, dispatcher): self.dispatcher = dispatcher