Skip to content

Commit

Permalink
still pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Jan 6, 2025
1 parent daf997f commit ae01066
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def derivatives_futures_historical( # noqa: PLR0912
**kwargs,
) -> Tuple["OpenBBFigure", Dict[str, Any]]:
"""Get Derivatives Price Historical Chart."""
# pylint: disable=import-outside-toplevel
from openbb_charting.charts.price_historical import price_historical

kwargs.update({"candles": False, "same_axis": False})
Expand Down

0 comments on commit ae01066

Please sign in to comment.