Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Oct 25, 2015
1 parent 44cc6e4 commit 6a7ea3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cachetools/cache.py
Expand Up @@ -8,9 +8,6 @@ def __getitem__(self, _):
def __setitem__(self, _, value):
assert value == 1

def __delitem__(self, _):
pass

def pop(self, _):
return 1

Expand Down

0 comments on commit 6a7ea3f

Please sign in to comment.