mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from typing import Any, List, Sequence, Text, Tuple
|
||||
from types import CodeType
|
||||
from typing import Any, List, Sequence, Text, Tuple
|
||||
|
||||
from _typeshed import AnyPath
|
||||
|
||||
def expr(source: Text) -> STType: ...
|
||||
|
||||
Reference in New Issue
Block a user