Skip to content

Commit

Permalink
Merge pull request #41 from p-fruck/actions/auto-update-1647714070
Browse files Browse the repository at this point in the history
API-Update: OpenAPI generator update
  • Loading branch information
p-fruck authored Mar 19, 2022
2 parents 5ab7e10 + eb506bf commit 8a89eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfruck_contabo/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def __copy__(self):
if self.get("_spec_property_naming", False):
return cls._new_from_openapi_data(**self.__dict__)
else:
return new_cls.__new__(cls, **self.__dict__)
return cls.__new__(cls, **self.__dict__)

def __deepcopy__(self, memo):
cls = self.__class__
Expand Down

0 comments on commit 8a89eb9

Please sign in to comment.