mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 10:03:32 +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