Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Sep 23, 2024
1 parent 4860941 commit 9e409e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metaflow/plugins/cards/card_modules/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,9 @@ def render(self):
def update(
self,
image: Union[
matplotlib.figure.Figure,
matplotlib.axes.Axes,
matplotlib.axes._subplots.AxesSubplot,
"matplotlib.figure.Figure",
"matplotlib.axes.Axes",
"matplotlib.axes._subplots.AxesSubplot",
bytes,
str,
],
Expand Down

0 comments on commit 9e409e0

Please sign in to comment.