mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Refactor mcs fn visibility (fix)
This commit is contained in:
parent
9ffd20b55e
commit
7eea66fdef
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class StatesGroupMeta(type):
|
|||
return ".".join((cls.__parent__.__full_group_name__, cls.__name__))
|
||||
return cls.__name__
|
||||
|
||||
def __prepare_child(cls, child: Type["StatesGroup"]) -> Type["StatesGroup"]:
|
||||
def _prepare_child(cls, child: Type["StatesGroup"]) -> Type["StatesGroup"]:
|
||||
"""Prepare child.
|
||||
|
||||
While adding `cls` for its children, we also need to recalculate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue