Skip to content

Commit

Permalink
style: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
baggiponte committed Jun 9, 2024
1 parent 1746524 commit 3a78d57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functime/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
if TYPE_CHECKING:
from typing import Any, Dict, Optional, Union

COLOR_PALETTE = {"actual": "#B7B7B7", "forecast": "#1b57f1", "backtest": "#A76EF4"}


def plot_entities(
y: Union[pl.DataFrame, pl.LazyFrame],
Expand Down

0 comments on commit 3a78d57

Please sign in to comment.