Skip to content
Snippets Groups Projects
Commit 13fd5efd authored by Julius's avatar Julius
Browse files

resetted change

parent 85620d30
No related branches found
No related tags found
3 merge requests!41Resolve "Refactor/Documentation?",!39Resolve "Refactor/Documentation",!37Resolve "Refactor/Documentation"
Pipeline #1604419 failed
...@@ -1159,7 +1159,7 @@ class MatplotlibSerializer(Serializer): ...@@ -1159,7 +1159,7 @@ class MatplotlibSerializer(Serializer):
self, self,
*args: Any, *args: Any,
**kwargs: Any, **kwargs: Any,
) -> Tuple[MplFigure, Union[MplAxes, MplAxes3D, _AxesProxy, _AxesProxy3D, Any]]: ) -> Tuple[MplFigure, Union[MplAxes, MplAxes3D, Any]]:
figure, axes = matplotlib.pyplot.subplots(*args, **kwargs) figure, axes = matplotlib.pyplot.subplots(*args, **kwargs)
new_axes: Any new_axes: Any
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment