mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update aiogram/utils/dataclass.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c60b72ae80
commit
b171d4bc2f
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ def dataclass_kwargs(
|
|||
params["frozen"] = frozen
|
||||
|
||||
# Added in 3.10
|
||||
# if sys.version_info >= (3, 10):
|
||||
if match_args is not None:
|
||||
params["match_args"] = match_args
|
||||
if kw_only is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue