diff --git a/linodecli/helpers.py b/linodecli/helpers.py index c5ce32906..0cc8b88e8 100644 --- a/linodecli/helpers.py +++ b/linodecli/helpers.py @@ -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.