Fix type hinting

This commit is contained in:
Dan 2018-04-10 16:27:04 +02:00
parent f553e521ce
commit dfa1e51281

View File

@ -75,7 +75,7 @@ class Filters:
)
@staticmethod
def user(user: int or str or list()):
def user(user: int or str or list):
return build(
"User",
lambda _, m: bool(m.from_user