mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
remove deepcopy method
Co-authored-by: Oleg A. <t0rr@mail.ru>
This commit is contained in:
parent
725eb7c660
commit
1e9c954b0b
1 changed files with 0 additions and 3 deletions
|
|
@ -60,9 +60,6 @@ class State:
|
|||
def __hash__(self):
|
||||
return hash(self.state)
|
||||
|
||||
def __deepcopy__(self, memo: Dict[int, "State"]) -> "State":
|
||||
memo[id(self)] = self
|
||||
return self
|
||||
|
||||
|
||||
class StatesGroupMeta(type):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue