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,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