From 678832f83b20af94b185da2df3be760bc3f9b704 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 7 Feb 2025 16:22:44 +0000 Subject: [PATCH] Restyled by isort --- scripts/tests/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/local.py b/scripts/tests/local.py index c8dcfb7acb8b4e..955dd4d3631fcc 100755 --- a/scripts/tests/local.py +++ b/scripts/tests/local.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +import configparser import enum import fnmatch import glob @@ -26,7 +27,6 @@ import sys import textwrap import time -import configparser from dataclasses import dataclass from typing import List, Optional