Skip to content

Commit

Permalink
Update typeutils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbrose authored and mahmoud committed Oct 17, 2024
1 parent ddbdefc commit 801e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boltons/typeutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __bool__(self):
def __copy__(self):
return self

def __deepcopy__(self):
def __deepcopy__(self, _memo):
return self

if var_name:
Expand Down

0 comments on commit 801e80e

Please sign in to comment.