From 47df7aae174e485fa02ab753abfc59d83e2f4c00 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 27 Jan 2023 16:28:24 -0500 Subject: [PATCH] Restyle --- scripts/tests/run_test_suite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tests/run_test_suite.py b/scripts/tests/run_test_suite.py index fccc4fa7a1f67e..3984e641fbcd9d 100755 --- a/scripts/tests/run_test_suite.py +++ b/scripts/tests/run_test_suite.py @@ -14,12 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +import enum import logging import os import sys import time import typing -import enum from dataclasses import dataclass from pathlib import Path @@ -155,7 +155,7 @@ def main(context, dry_run, log_level, target, target_glob, target_skip_glob, else: manual_handling = ManualHandling.INCLUDE else: - manual_handling = ManualHandling.INCLUDE + manual_handling = ManualHandling.INCLUDE if 'all' not in target: tests = []