From dfa1e5128168384492724aaa90d4bce528a8a023 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 10 Apr 2018 16:27:04 +0200 Subject: [PATCH] Fix type hinting --- pyrogram/client/filters/filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index 1eb8d645..5a92b2b1 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -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