We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3568fec commit 2b00f1dCopy full SHA for 2b00f1d
1 file changed
pyfolio/pos.py
@@ -21,7 +21,7 @@
21
try:
22
from zipline.assets import Equity, Future
23
ZIPLINE = True
24
-except ImportError as error:
+except ImportError:
25
ZIPLINE = False
26
warnings.warn(
27
'Module "zipline.assets" not found; mutltipliers will not be applied' +
0 commit comments