Skip to content

Commit

Permalink
Update __init.py__
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaveiga committed Sep 13, 2024
1 parent fb65fb5 commit 0ee7e72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions optionlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
get_gamma,
get_theta,
)
from .engine import StrategyEngine, run_strategy
from .engine import run_strategy
from .plot import plot_pl
from .support import (
get_pl_profile,
Expand Down Expand Up @@ -67,7 +67,6 @@
"Action",
# engine
"run_strategy",
"StrategyEngine",
# support
"get_pl_profile",
"get_pl_profile_stock",
Expand Down Expand Up @@ -109,7 +108,6 @@
"Country": (__package__, ".models"),
"Action": (__package__, ".models"),
# engine
"StrategyEngine": (__package__, ".engine"),
"run_strategy": (__package__, ".engine"),
# support
"get_pl_profile": (__package__, ".support"),
Expand Down

0 comments on commit 0ee7e72

Please sign in to comment.