Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Sep 28, 2023
1 parent e3add30 commit 80d5437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion trafficlight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
from trafficlight.homerunner import HomerunnerClient
from trafficlight.http.adapter import (
adapter_shutdown,
loop_check_all_tests_done,
loop_check_for_new_tests,
loop_cleanup_unresponsive_adapters,
loop_check_all_tests_done,
)
from trafficlight.internals.testsuite import TestSuite
from trafficlight.store import add_testsuite, get_testsuites
Expand Down
2 changes: 1 addition & 1 deletion trafficlight/http/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
get_adapter,
get_adapters,
get_tests,
remove_adapter,
get_testsuites,
remove_adapter,
)

IDLE_ADAPTER_UNRESPONSIVE_DELAY = timedelta(minutes=1)
Expand Down

0 comments on commit 80d5437

Please sign in to comment.