mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 14:39:49 +08:00
BUG: Fix flake8
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ class Account(object):
|
||||
return "Account({0})".format(self.__dict__)
|
||||
|
||||
def serialize(self):
|
||||
return 'Account', self.__dict__
|
||||
return 'Account', self.__dict__
|
||||
|
||||
def reconstruct(self, saved_state):
|
||||
self.__dict__.update(saved_state)
|
||||
|
||||
Reference in New Issue
Block a user