Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Nov 20, 2023
1 parent 0963225 commit b95cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/make_base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from argparse import ArgumentParser
from typing import List
from pathlib import Path
from typing import List

import tomli

Expand Down

0 comments on commit b95cb56

Please sign in to comment.