Skip to content

Commit

Permalink
pycharm inspection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karrmagadgeteer2 committed Nov 12, 2023
1 parent e3a48e7 commit a6452f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from pandas.testing import assert_frame_equal
from requests.exceptions import ConnectionError

# noinspection PyProtectedMember
from openseries._risk import _cvar_down_calc, _var_down_calc
from openseries.datefixer import date_offset_foll
from openseries.frame import OpenFrame
Expand Down
1 change: 1 addition & 0 deletions tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from pandas import DataFrame, DatetimeIndex, Series, date_range
from pydantic import ValidationError

# noinspection PyProtectedMember
from openseries.series import (
OpenTimeSeries,
_check_if_none,
Expand Down
2 changes: 2 additions & 0 deletions tests/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

from openseries.frame import OpenFrame
from openseries.series import OpenTimeSeries

# noinspection PyProtectedMember
from openseries.simulation import (
ModelParameters,
ReturnSimulation,
Expand Down

0 comments on commit a6452f3

Please sign in to comment.