mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +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:
|
||||
log.error(e, exc_info=True)
|
||||
|
||||
# noinspection PyShadowingBuiltins
|
||||
def dispatch(self, update, handler_class):
|
||||
for group in self.groups.values():
|
||||
for handler in group:
|
||||
|
|
|
|||
Loading…
Reference in a new issue