mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-07 18:30:57 +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 cmd (Python 2/3)
|
||||
|
||||
from typing import Any, Optional, Text, IO, List, Callable, Tuple
|
||||
from typing import IO, Any, Callable, List, Optional, Text, Tuple
|
||||
|
||||
class Cmd:
|
||||
prompt: str
|
||||
|
||||
Reference in New Issue
Block a user