aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests
diff options
context:
space:
mode:
authorArif Ali <arif.ali@canonical.com>2024-04-12 16:54:30 +0100
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-05-03 15:03:09 -0400
commit5eef0576d6ec2fba042ee1178c2542dcf6a96ca4 (patch)
tree7bb388c7af371e6cada2953017e0e2d9e90e18b0 /tests/report_tests
parent799425b80267fe215f9b9191348c8032deec013c (diff)
downloadsos-5eef0576d6ec2fba042ee1178c2542dcf6a96ca4.tar.gz
[pylint] pylint and flake8 updates
pylint for the following rules applied * C0411: wrong-import-order * R0912: too-many-branches * R0914: too-many-locals * R1725: super-with-arguments * E1101: no-member Resolves: #3597 Signed-off-by: Arif Ali <arif.ali@canonical.com>
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):