Skip to content

Commit 664b653

Browse files
Restyled by reorder-python-imports
1 parent 71f06b1 commit 664b653

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/gen_api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/usr/bin/env python3
22
import os.path
33
import sys
4-
from typing import Iterable, List, Sequence, Tuple
4+
from typing import Iterable
5+
from typing import List
6+
from typing import Sequence
7+
from typing import Tuple
58

69

710
def tokenize(line: str) -> Tuple[str, ...]:

0 commit comments

Comments
 (0)