style: whitespace

This commit is contained in:
bvandercar-vt 2025-12-02 15:29:11 -07:00
parent efc3474e27
commit 7f91c16266
2 changed files with 2 additions and 1 deletions

View File

@ -137,6 +137,7 @@ def get_host_port(netloc: str):
ScopeArgType = Union[str, StrListOrTuple]
def normalize_scope(scope: Optional[ScopeArgType]) -> Union[str, None]:
"""Normalize the scope to verify that it is a list or tuple. A string
input will split the string by commas to create a list of scopes.