Skip to content

Commit 2b00f1d

Browse files
committed
Remove reference to unused error variable.
1 parent 3568fec commit 2b00f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfolio/pos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
try:
2222
from zipline.assets import Equity, Future
2323
ZIPLINE = True
24-
except ImportError as error:
24+
except ImportError:
2525
ZIPLINE = False
2626
warnings.warn(
2727
'Module "zipline.assets" not found; mutltipliers will not be applied' +

0 commit comments

Comments
 (0)