Skip to content

Commit b9ab87a

Browse files
committed
Sort imports to satisfy isort
1 parent 27d7572 commit b9ab87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_ix/tests/tools/test_add_year.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from ixmp import Platform
33

44
from message_ix import Scenario, make_df
5-
from message_ix.tools.add_year import add_year, interpolate_1d, i1d_genno
5+
from message_ix.tools.add_year import add_year, i1d_genno, interpolate_1d
66

77

88
@pytest.fixture

0 commit comments

Comments
 (0)