mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sys
|
||||
from typing import List, Sequence, Tuple, Text
|
||||
from typing import List, Sequence, Text, Tuple
|
||||
|
||||
def symtable(code: Text, filename: Text, compile_type: Text) -> SymbolTable: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user