aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report_tests')
-rw-r--r--tests/report_tests/plugin_tests/logs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/report_tests/plugin_tests/logs.py b/tests/report_tests/plugin_tests/logs.py
index c3811b3f..2f4841fb 100644
--- a/tests/report_tests/plugin_tests/logs.py
+++ b/tests/report_tests/plugin_tests/logs.py
@@ -9,10 +9,9 @@
import random
import os
-
-from sos_tests import StageOneReportTest, StageTwoReportTest
from string import ascii_uppercase, digits
from time import sleep
+from sos_tests import StageOneReportTest, StageTwoReportTest
class LogsPluginTest(StageOneReportTest):