Skip to content

Commit

Permalink
fix method new
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Oct 20, 2015
1 parent 50c6e09 commit 563e0ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isbnlib/dev/_shelvecache.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def hits(self, key):

def new(self):
"""Make new cache."""
self._new()
s = self._sh.open(self.filepath, 'n')
self._keys = []
s.close()
Expand Down

0 comments on commit 563e0ed

Please sign in to comment.