Skip to content

Commit

Permalink
fixup! Make black and isort not override
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Apr 26, 2024
1 parent 27332c5 commit 597f178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

Expand Down
3 changes: 1 addition & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

Expand Down

0 comments on commit 597f178

Please sign in to comment.