Commit bea59682 by Dos Moonen

Corrected type annotation

parent daa4746a
...@@ -167,7 +167,7 @@ class Authenticator: ...@@ -167,7 +167,7 @@ class Authenticator:
return credentials return credentials
def _get_credentials_for_netloc_from_keyring( def _get_credentials_for_netloc_from_keyring(
self, url: str, netloc: str, username: str self, url: str, netloc: str, username: Optional[str]
) -> Optional[Dict[str, str]]: ) -> Optional[Dict[str, str]]:
import keyring import keyring
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment