We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477c1bf commit 71f06b1Copy full SHA for 71f06b1
tools/gen_api.py
@@ -1,10 +1,7 @@
1
#!/usr/bin/env python3
2
import os.path
3
import sys
4
-from typing import Iterable
5
-from typing import List
6
-from typing import Sequence
7
-from typing import Tuple
+from typing import Iterable, List, Sequence, Tuple
8
9
10
def tokenize(line: str) -> Tuple[str, ...]:
0 commit comments