mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04: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)))
|
and not message.outgoing)))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def data(data: str or bytes = None):
|
def data(data: str or bytes):
|
||||||
"""Filter callback queries for their data.
|
"""Filter callback queries for their data.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue