diff --git a/lib/matplotlib/pyplot.py b/lib/matplotlib/pyplot.py index 6fa7755e2c49..3f41376e0a63 100644 --- a/lib/matplotlib/pyplot.py +++ b/lib/matplotlib/pyplot.py @@ -479,7 +479,7 @@ def draw_if_interactive(*args, **kwargs): # This function's signature is rewritten upon backend-load by switch_backend. -def show(*args, **kwargs): +def show(*args, **kwargs) -> None: """ Display all open figures.