Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
KlochkovHF committed Oct 26, 2023
1 parent f349ce4 commit 8913403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yatq/worker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,12 @@ def run(
logging_config: Optional[Dict] = None,
max_jobs: Optional[int] = None,
) -> None: # pragma: no cover

loop = asyncio.get_event_loop()
loop.run_until_complete(
async_run(
worker_settings=worker_settings,
queue_names=queue_names,
logging_config=logging_config,
max_jobs=max_jobs
max_jobs=max_jobs,
),
)

0 comments on commit 8913403

Please sign in to comment.