mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 17:18:30 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import List, Union
|
||||
|
||||
from _typeshed import FileDescriptorLike
|
||||
|
||||
_Attr = List[Union[int, List[bytes]]]
|
||||
|
||||
Reference in New Issue
Block a user