Skip to content

Commit 801e80e

Browse files
kurtbrosemahmoud
authored andcommitted
Update typeutils.py
1 parent ddbdefc commit 801e80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boltons/typeutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __bool__(self):
9191
def __copy__(self):
9292
return self
9393

94-
def __deepcopy__(self):
94+
def __deepcopy__(self, _memo):
9595
return self
9696

9797
if var_name:

0 commit comments

Comments
 (0)