Skip to content

Commit

Permalink
chore: mypy typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RuanJohn committed Feb 27, 2024
1 parent d2537cf commit c973032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion marl_eval/plotting_tools/plot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import numpy as np
import seaborn as sns
from matplotlib.axes import Axes
from matplotlib.figure import Figure
from rliable.plot_utils import _annotate_and_decorate_axis


Expand All @@ -36,7 +37,7 @@ def plot_single_task_curve(
legend_map: Optional[Dict] = None,
run_times: Optional[Dict] = None,
**kwargs: Any,
) -> Axes:
) -> Figure:
"""Plots an aggregate metric with CIs as a function of environment frames.
Args:
Expand Down

0 comments on commit c973032

Please sign in to comment.