Skip to content

Commit

Permalink
remove stray import of anydbm (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns authored Jan 30, 2024
1 parent af4dc7d commit 61a171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dill/_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import warnings; warnings.filterwarnings("ignore", category=DeprecationWarning)
import sys
import queue as Queue
import dbm as anydbm
#import dbm as anydbm #XXX: delete foo
from io import BytesIO as StringIO
import re
import array
Expand Down

0 comments on commit 61a171b

Please sign in to comment.