Skip to content

Commit

Permalink
Update linodecli/helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zhiwei Liang <[email protected]>
  • Loading branch information
lgarber-akamai and zliang-akamai authored Jul 15, 2024
1 parent 53026c5 commit 4740a94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linodecli/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

def handle_url_overrides(
url: str,
host: str = None,
version: str = None,
scheme: str = None,
override_path=False,
host: Optional[str] = None,
version: Optional[str] = None,
scheme: Optional[str] = None,
override_path: bool = False,
):
"""
Returns the URL with the API URL environment overrides applied.
Expand Down

0 comments on commit 4740a94

Please sign in to comment.