mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Remove Optionality for args
This commit is contained in:
parent
0a96355c5d
commit
2eba6e58f9
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ class Filters:
|
|||
and not message.outgoing)))
|
||||
|
||||
@staticmethod
|
||||
def data(data: str or bytes = None):
|
||||
def data(data: str or bytes):
|
||||
"""Filter callback queries for their data.
|
||||
|
||||
Parameters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue