mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 12:40:22 +03:00
Remove trailing comma
This commit is contained in:
parent
6d5f2e397d
commit
5400875ec6
|
@ -64,7 +64,7 @@ class CallbackQuery(EventBuilder):
|
||||||
raise TypeError('Invalid pattern type given')
|
raise TypeError('Invalid pattern type given')
|
||||||
|
|
||||||
self._no_check = all(x is None for x in (
|
self._no_check = all(x is None for x in (
|
||||||
self.chats, self.func, self.data, self.pattern,
|
self.chats, self.func, self.data, self.pattern
|
||||||
))
|
))
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue
Block a user