Removed straddle from __init__ file

This commit is contained in:
Javier Rodríguez Chatruc
2020-01-07 11:00:43 -03:00
parent b7576e87c7
commit 7cf17ec307
-1
View File
@@ -1,4 +1,3 @@
from .strategy import Strategy, Condition
from .strategy_leg import StrategyLeg
from .straddle import Straddle
from .strangle import Strangle