Skip to content

Commit ff7d981

Browse files
committed
chore: update code style (flake8)
1 parent 0abc085 commit ff7d981

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

okama/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ def __getattr__(name):
4444
return okama.api.namespaces.get_macro_namespaces()
4545
raise AttributeError(f"module '{__name__}' has no attribute '{name}'")
4646

47+
4748
__version__ = version("okama")

okama/frontier/single_period.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,8 @@ def plot_transition_map(self, x_axe: str = 'risk', figsize: Optional[tuple] = No
927927
>>> x.plot_transition_map()
928928
>>> plt.show()
929929
930-
Transition Map with default setting show the relation between Risk (stanrd deviation) and assets weights for optimized portfolios.
930+
Transition Map with default setting show the relation between Risk (stanrd deviation) and assets weights for
931+
optimized portfolios.
931932
The same relation for CAGR can be shown setting x_axe='cagr'.
932933
933934
>>> x.plot_transition_map(x_axe='cagr')

0 commit comments

Comments
 (0)