2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Remove useless #noinspection

This commit is contained in:
Dan 2018-10-17 21:00:14 +02:00
parent 426cdbbcb8
commit 38ff950d01

View File

@ -143,7 +143,6 @@ class Dispatcher:
except Exception as e:
log.error(e, exc_info=True)
# noinspection PyShadowingBuiltins
def dispatch(self, update, handler_class):
for group in self.groups.values():
for handler in group: