mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Maximum coverage
This commit is contained in:
parent
6fadb8feb2
commit
e37395b161
3 changed files with 5 additions and 3 deletions
|
|
@ -62,7 +62,8 @@ class AiohttpSession(BaseSession):
|
|||
return self
|
||||
|
||||
def __deepcopy__(self: T, memo: Optional[Dict[int, Any]] = None) -> T:
|
||||
if memo is None:
|
||||
if memo is None: # pragma: no cover
|
||||
# This block was never be called
|
||||
memo = {}
|
||||
|
||||
cls = self.__class__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue