Skip to content

Commit

Permalink
chore(): Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Sep 30, 2024
1 parent 0ef7fe6 commit 3803beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github_runner_manager/reactive/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def check_job_url_path_is_not_empty(cls, v: HttpUrl) -> HttpUrl:
Raises:
ValueError: If the job_url path is empty.
"""
if not v.path or v.path == '/':
if not v.path or v.path == "/":
raise ValueError("path must be provided")
return v

Expand Down

0 comments on commit 3803beb

Please sign in to comment.