Skip to content

Commit 397a6f9

Browse files
committed
linter fix
1 parent c55c5fc commit 397a6f9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

repos/system_upgrade/common/actors/systemd/transitionsystemdservicesstates/tests/test_transitionsystemdservicesstates.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
from leapp import reporting
44
from leapp.libraries.actor import transitionsystemdservicesstates
5-
from leapp.libraries.common.testutils import (
6-
create_report_mocked,
7-
CurrentActorMocked,
8-
produce_mocked,
9-
)
5+
from leapp.libraries.common.testutils import create_report_mocked, CurrentActorMocked, produce_mocked
106
from leapp.libraries.stdlib import api
117
from leapp.models import (
128
SystemdServiceFile,
@@ -15,7 +11,7 @@
1511
SystemdServicesInfoTarget,
1612
SystemdServicesPresetInfoSource,
1713
SystemdServicesPresetInfoTarget,
18-
SystemdServicesTasks,
14+
SystemdServicesTasks
1915
)
2016

2117

0 commit comments

Comments
 (0)