mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Remove useless #noinspection
This commit is contained in:
parent
426cdbbcb8
commit
38ff950d01
1 changed files with 0 additions and 1 deletions
|
|
@ -143,7 +143,6 @@ class Dispatcher:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.error(e, exc_info=True)
|
log.error(e, exc_info=True)
|
||||||
|
|
||||||
# noinspection PyShadowingBuiltins
|
|
||||||
def dispatch(self, update, handler_class):
|
def dispatch(self, update, handler_class):
|
||||||
for group in self.groups.values():
|
for group in self.groups.values():
|
||||||
for handler in group:
|
for handler in group:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue