Skip to content

Commit

Permalink
Merge pull request #101 from scipp/fix-import-order
Browse files Browse the repository at this point in the history
Fix import order
  • Loading branch information
jl-wynen authored Nov 21, 2023
2 parents 18f1d5c + cc3b656 commit f5d544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/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 f5d544f

Please sign in to comment.