mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 22:42:00 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
from typing import (
|
||||
Any,
|
||||
IO,
|
||||
Tuple,
|
||||
Union,
|
||||
)
|
||||
|
||||
from typing import IO, Any, Tuple, Union
|
||||
|
||||
class Error(Exception): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user