Remove trailing comma

This commit is contained in:
Lonami 2019-06-28 21:31:43 +02:00 committed by GitHub
parent 6d5f2e397d
commit 5400875ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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