Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrismegistus committed Aug 17, 2024
1 parent 58d4255 commit 78017db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hashdict/hashdict.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@
import logging
import inspect

## non standard library
import jsonpickle

## ensure these are applied to ensure consistency of data storage type
import jsonpickle.ext.numpy as jsonpickle_numpy
import jsonpickle.ext.pandas as jsonpickle_pandas
jsonpickle_numpy.register_handlers()
jsonpickle_pandas.register_handlers()

## objects
filterwarnings('ignore')
fcache = lru_cache(maxsize=None)
Expand Down

0 comments on commit 78017db

Please sign in to comment.