mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 11:40:11 +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')
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user