Skip to content

Commit

Permalink
fix order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Nauber committed Jun 10, 2024
1 parent 6693cc2 commit 1aeb878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from tests.samples.expected_values import (
QVOLTHYBG33P_VALUES,
X1_BOOST_VALUES,
X1_BOOST_VALUES_V3,
X1_BOOST_VALUES_OVERFLOWN,
X1_BOOST_VALUES_V3,
X1_HYBRID_G4_VALUES,
X1_MINI_VALUES,
X1_MINI_VALUES_V34,
Expand All @@ -29,8 +29,8 @@
QVOLTHYBG33P_RESPONSE_V34,
X1_BOOST_AIR_MINI_RESPONSE,
X1_BOOST_RESPONSE,
X1_BOOST_RESPONSE_V3,
X1_BOOST_RESPONSE_OVERFLOWN,
X1_BOOST_RESPONSE_V3,
X1_HYBRID_G3_2X_MPPT_RESPONSE,
X1_HYBRID_G3_RESPONSE,
X1_HYBRID_G4_RESPONSE,
Expand Down

0 comments on commit 1aeb878

Please sign in to comment.