mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-25 18:16:36 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for getpass (Python 2)
|
||||
|
||||
from typing import Any, IO
|
||||
from typing import IO, Any
|
||||
|
||||
class GetPassWarning(UserWarning): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user