Skip to content

Commit

Permalink
Remove unused variable (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Jun 5, 2022
1 parent ff1969e commit 281b069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dill/_dill.py
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,6 @@ def save_function(pickler, obj):
if not _locate_function(obj, pickler):
log.info("F1: %s" % obj)
_recurse = getattr(pickler, '_recurse', None)
_byref = getattr(pickler, '_byref', None)
_postproc = getattr(pickler, '_postproc', None)
_main_modified = getattr(pickler, '_main_modified', None)
_original_main = getattr(pickler, '_original_main', __builtin__)#'None'
Expand Down

0 comments on commit 281b069

Please sign in to comment.