mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 11:11:26 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
|
||||
from typing import Optional, TextIO
|
||||
|
||||
|
||||
def getpass(prompt: str = ..., stream: Optional[TextIO] = ...) -> str: ...
|
||||
|
||||
|
||||
def getuser() -> str: ...
|
||||
|
||||
|
||||
class GetPassWarning(UserWarning): ...
|
||||
|
||||
Reference in New Issue
Block a user