STY: Wrap/reformat lines over 80 chars.

Newer versions of flake8 detect these versions, though current zipline version
of flake8 does not.
This commit is contained in:
Eddie Hebert
2017-02-08 00:47:33 -05:00
parent cb41be012f
commit 8878d0ddd5
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -1197,7 +1197,8 @@ class TradingAlgorithm(object):
"""
# If the user has not set the symbol lookup date,
# use the end_session as the date for sybmol->sid resolution.
_lookup_date = self._symbol_lookup_date if self._symbol_lookup_date is not None \
_lookup_date = self._symbol_lookup_date \
if self._symbol_lookup_date is not None \
else self.sim_params.end_session
return self.asset_finder.lookup_symbol(