Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent 6342b4c commit 413ccb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exactdiag/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def getsizeof(obj, seen=None):


class AbstractCache(abc.MutableMapping, ABC):

RAND = "RAND"
FIFO = "FIFO"
LRU = "LRU"
Expand Down Expand Up @@ -147,7 +146,6 @@ def __repr__(self):


class EigenCache(AbstractCache):

FILE_PREFIX = "eig_"

def __init__(self, root="", maxcount=0, maxsize=0, policy="FIFO", autosave=True):
Expand Down

0 comments on commit 413ccb0

Please sign in to comment.