commit | 28772bc2058c3ee9e287c2af15f2350940d18185 | [log] [tgz] |
---|---|---|
author | stavrovska <stavrovska@mirantis.com> | Wed May 22 09:33:50 2024 +0200 |
committer | stavrovska <stavrovska@mirantis.com> | Mon Jun 03 15:14:04 2024 +0200 |
tree | 09df684c9a9fcda12eb3b80d93450366eb654e3d | |
parent | 0bf314e71cff8f9f7b044668d9888fcd13615b73 [diff] [blame] |
Refactor the code of osccore-qa-testing-tools to comply with PEP8. Related-prod: PRODX-42195 Change-Id: Id05e7584e0d024127ce1bd5042cfe681a1b52e2d
diff --git a/testrail_bot/control/apps.py b/testrail_bot/control/apps.py index a5f7085..7d84cd0 100644 --- a/testrail_bot/control/apps.py +++ b/testrail_bot/control/apps.py
@@ -2,4 +2,4 @@ class ControlConfig(AppConfig): - name = 'control' + name = "control"