precommit changes

This commit is contained in:
Manish Aradwad 2024-01-01 17:23:10 +00:00
parent 1b5e58cec3
commit 3301769e0b

View File

@ -444,6 +444,6 @@ class Module(dict):
state = self.__dict__.copy()
state.pop("_compiled_call_impl", None)
return state
def __setstate__(self, state):
self.__dict__.update(state)
self.__dict__.update(state)