Skip to content

Commit b95cb56

Browse files
committed
Fix import order
1 parent 0963225 commit b95cb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/make_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
from argparse import ArgumentParser
3-
from typing import List
43
from pathlib import Path
4+
from typing import List
55

66
import tomli
77

0 commit comments

Comments
 (0)