aboutsummaryrefslogtreecommitdiffstats
path: root/testing/runner.py
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-30 20:48:56 +0200
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-04-02 16:43:59 +0200
commitf9460f25543135e9b436285cbf25e30dc22c57a8 (patch)
treeb1f67f0b2cd7737004541eab9d97143a8e3b9bce /testing/runner.py
parent63b7c084faa1ef42ac22d94ad2832903caf954aa (diff)
flake8: fix style issues on testing
Change-Id: I4e3e922ff95040999bc3bb1463c2e29783d5ee14 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'testing/runner.py')
-rw-r--r--testing/runner.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/runner.py b/testing/runner.py
index 50c08d21d..001a84833 100644
--- a/testing/runner.py
+++ b/testing/runner.py
@@ -37,14 +37,13 @@
##
#############################################################################
+import inspect
import os
-import sys
import re
import subprocess
-import inspect
-
-from textwrap import dedent
+import sys
from subprocess import TimeoutExpired
+from textwrap import dedent
# Get the dir path to the utils module
try: