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 71f06b1 commit 664b653Copy full SHA for 664b653
tools/gen_api.py
@@ -1,7 +1,10 @@
1
#!/usr/bin/env python3
2
import os.path
3
import sys
4
-from typing import Iterable, List, Sequence, Tuple
+from typing import Iterable
5
+from typing import List
6
+from typing import Sequence
7
+from typing import Tuple
8
9
10
def tokenize(line: str) -> Tuple[str, ...]:
0 commit comments