Skip to content

Commit

Permalink
Sort imports to satisfy isort
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Mar 3, 2023
1 parent f29676d commit 3d43056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_ix/tests/tools/test_add_year.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from ixmp import Platform
import pytest
from ixmp import Platform

from message_ix import Scenario, make_df
from message_ix.tools.add_year import add_year, interpolate_1d, i1d_genno
from message_ix.tools.add_year import add_year, i1d_genno, interpolate_1d


@pytest.fixture
Expand Down

0 comments on commit 3d43056

Please sign in to comment.