From 44fa101ff35bac287048fa8f197ee00ee2653879 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Fri, 15 Oct 2021 02:13:38 +0200 Subject: [PATCH] Fix flake8 from #21335 --- tutorials/introductory/usage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/introductory/usage.py b/tutorials/introductory/usage.py index d40dcb3fd325..45253117a892 100644 --- a/tutorials/introductory/usage.py +++ b/tutorials/introductory/usage.py @@ -249,4 +249,3 @@ def my_plotter(ax, data1, data2, param_dict): ############################################################################### # These examples provide convenience for more complex graphs. -