mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user