Skip to content

Commit 35079f8

Browse files
committed
apply ruff
1 parent b514df6 commit 35079f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

buildbot_nix/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
from pathlib import Path
1313
from typing import Any
1414

15+
from twisted.internet import defer, threads
16+
from twisted.logger import Logger
17+
from twisted.python.failure import Failure
18+
1519
from buildbot.configurators import ConfiguratorBase
1620
from buildbot.plugins import reporters, schedulers, secrets, steps, util, worker
1721
from buildbot.process import buildstep, logobserver, remotecommand
@@ -22,9 +26,6 @@
2226
from buildbot.steps.trigger import Trigger
2327
from buildbot.util import asyncSleep
2428
from buildbot.www.authz.endpointmatchers import EndpointMatcherBase, Match
25-
from twisted.internet import defer, threads
26-
from twisted.logger import Logger
27-
from twisted.python.failure import Failure
2829

2930
from .github_projects import (
3031
GithubProject,

0 commit comments

Comments
 (0)