From c5c2a88a893bc40db9f1392bae90b2d43e2b9050 Mon Sep 17 00:00:00 2001 From: Roman Kushnir Date: Thu, 26 Sep 2024 17:11:48 +0200 Subject: [PATCH] Fix missing blank line after copyright header --- stubs/cl/runtime/views/stub_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/cl/runtime/views/stub_plots.py b/stubs/cl/runtime/views/stub_plots.py index afb60145..b09dcc35 100644 --- a/stubs/cl/runtime/views/stub_plots.py +++ b/stubs/cl/runtime/views/stub_plots.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import io + from dataclasses import dataclass from pathlib import Path