Skip to content

Commit 3c02d15

Browse files
committed
apply black
1 parent 65c1bb2 commit 3c02d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/start.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def index():
115115
API endpoint for triggering reindex.
116116
:return: message describing the outcome
117117
"""
118-
global periodic_timer # noqa: F824
118+
global periodic_timer # noqa: F824
119119

120120
if periodic_timer:
121121
logger = logging.getLogger(__name__)
@@ -360,7 +360,7 @@ def indexer_no_projects(logger, uri, config_path, extra_indexer_options):
360360
indexer.execute()
361361

362362
logger.info("Waiting for reindex to be triggered")
363-
global periodic_timer # noqa: F824
363+
global periodic_timer # noqa: F824
364364
periodic_timer.wait_for_event()
365365

366366

@@ -420,7 +420,7 @@ def project_syncer(logger, loglevel, uri, config_path, numworkers, env, api_time
420420
save_config(logger, uri, config_path, api_timeout)
421421

422422
logger.info("Waiting for reindex to be triggered")
423-
global periodic_timer # noqa: F824
423+
global periodic_timer # noqa: F824
424424
periodic_timer.wait_for_event()
425425

426426

0 commit comments

Comments
 (0)