Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWeeber authored Jun 24, 2024
1 parent 41172f4 commit 90d98e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solax/inverters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
from .x1_mini_v34 import X1MiniV34
from .x1_smart import X1Smart
from .x3 import X3
from .x3_evc import X3EVC
from .x3_hybrid_g4 import X3HybridG4
from .x3_mic_pro_g2 import X3MicProG2
from .x3_ultra import X3Ultra
from .x3_v34 import X3V34
from .x_hybrid import XHybrid
from .x3_evc import X3EVC

__all__ = [
"QVOLTHYBG33P",
Expand Down

0 comments on commit 90d98e8

Please sign in to comment.