Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Feb 27, 2024
1 parent aff3977 commit 7c5bba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_pyhector.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
from pyhector import (
Hector,
constants,
read_hector_constraint,
read_hector_input,
read_hector_output,
ssp119,
ssp126,
ssp245,
Expand All @@ -18,9 +21,6 @@
ssp460,
ssp534_over,
ssp585,
read_hector_constraint,
read_hector_input,
read_hector_output,
write_hector_input,
)
from pyhector.output import output
Expand Down

0 comments on commit 7c5bba4

Please sign in to comment.