Skip to content

Commit

Permalink
patch to dump_module as in #535
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Aug 13, 2022
1 parent 01bab78 commit 9c68440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dill/session.py
Expand Up @@ -129,7 +129,7 @@ def _restore_modules(unpickler, main_module):
#NOTE: 06/03/15 renamed main_module to main
def dump_module(
filename = str(TEMPDIR/'session.pkl'),
module: Union[ModuleType, str] = None,
module: Optional[Union[ModuleType, str]] = None,
refimported: bool = False,
**kwds
) -> None:
Expand Down

0 comments on commit 9c68440

Please sign in to comment.