Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jan 27, 2023
1 parent 2e23ec4 commit 47df7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tests/run_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 = []
Expand Down

0 comments on commit 47df7aa

Please sign in to comment.