Skip to content

Commit

Permalink
fix small type error
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Dec 19, 2017
1 parent e905127 commit 6fb8422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.module.codequick/lib/codequick/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class _PersistentBase(object):

def __init__(self, name):
super(_PersistentBase, self).__init__()
self._serializer_obj = None
self._serializer_obj = object
self._stream = None
self._hash = None

Expand Down

0 comments on commit 6fb8422

Please sign in to comment.