Small whitespace fix

This commit is contained in:
evgfilim1 2020-05-17 19:34:24 +05:00 committed by GitHub
parent 6b1c7d3b36
commit 5bbb36372a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -556,8 +556,8 @@ class ExceptionsFilter(BoundFilter):
except:
return False
class IDFilter(Filter):
class IDFilter(Filter):
def __init__(self,
user_id: Optional[ChatIDArgumentType] = None,
chat_id: Optional[ChatIDArgumentType] = None,