fix: whitespace

This commit is contained in:
bvandercar-vt 2025-12-02 15:30:13 -07:00
parent 7f91c16266
commit 3bbafe9fd3

View File

@ -135,6 +135,7 @@ def get_host_port(netloc: str):
return host, port return host, port
ScopeArgType = Union[str, StrListOrTuple] ScopeArgType = Union[str, StrListOrTuple]