mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
getpass return str (#204)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
from typing import TextIO
|
||||
|
||||
|
||||
def getpass(prompt: str = ..., stream: TextIO = None): ...
|
||||
def getpass(prompt: str = ..., stream: TextIO = None) -> str: ...
|
||||
|
||||
|
||||
def getuser() -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user