mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 09:34:32 +08:00
Add symbol to __all__
Currently symbol is not in __all__. So added it.
This commit is contained in:
committed by
twiecki
parent
51750a3a35
commit
56c5c7e45a
@@ -39,6 +39,7 @@ def symbol(symbol_str, as_of_date=None):
|
||||
return symbol_str
|
||||
|
||||
__all__ = [
|
||||
'symbol',
|
||||
'slippage',
|
||||
'commission',
|
||||
'math_utils',
|
||||
|
||||
Reference in New Issue
Block a user