Skip to content

Commit 71f06b1

Browse files
Restyled by isort
1 parent 477c1bf commit 71f06b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/gen_api.py

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

96

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

0 commit comments

Comments
 (0)