mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 12:44:52 +00:00
Fix type hinting
This commit is contained in:
parent
f553e521ce
commit
dfa1e51281
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue