diff --git a/locks.py b/locks.py index 0236bd24..008a931c 100644 --- a/locks.py +++ b/locks.py @@ -4,8 +4,7 @@ from buildbot.process.properties import Properties, Property from buildbot.process.remotecommand import RemoteCommand from buildbot.steps.mtrlogobserver import MTR, MtrLogObserver -from buildbot.steps.shell import (Compile, SetPropertyFromCommand, - ShellCommand, Test) +from buildbot.steps.shell import Compile, SetPropertyFromCommand, ShellCommand, Test from buildbot.steps.source.github import GitHub from constants import * diff --git a/utils.py b/utils.py index cbb76f1a..86025f05 100644 --- a/utils.py +++ b/utils.py @@ -13,8 +13,7 @@ from buildbot.process.remotecommand import RemoteCommand from buildbot.process.results import FAILURE from buildbot.steps.mtrlogobserver import MTR, MtrLogObserver -from buildbot.steps.shell import (Compile, SetPropertyFromCommand, - ShellCommand, Test) +from buildbot.steps.shell import Compile, SetPropertyFromCommand, ShellCommand, Test from buildbot.steps.source.github import GitHub from constants import *