mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
ENH: Add max leverage account guard
This commit is contained in:
@@ -89,6 +89,7 @@ class VersioningTestCase(TestCase):
|
||||
obj2 = cls.__new__(cls)
|
||||
if initargs is not None:
|
||||
obj2.__init__(*initargs)
|
||||
|
||||
obj2.__setstate__(state)
|
||||
for k, v in di_vars.items():
|
||||
setattr(obj2, k, v)
|
||||
|
||||
Reference in New Issue
Block a user