Skip to content

Commit 6187963

Browse files
csm10495webknjaz
andcommitted
Update frozenlist/__init__.py
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent f87782f commit 6187963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frozenlist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __hash__(self):
7878
else:
7979
raise RuntimeError("Cannot hash unfrozen list.")
8080

81-
def __deepcopy__(self, memo: dict[int, Any]):
81+
def __deepcopy__(self, memo: dict[int, object]):
8282
obj_id = id(self)
8383

8484
# Return existing copy if already processed (circular reference)

0 commit comments

Comments
 (0)