Skip to content

Commit

Permalink
refactor: Fix ruff unsorted-dunder-all warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Nov 27, 2024
1 parent 8517925 commit 9905fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/smartwatts/actor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

__all__ = [
'SmartWattsFormulaActor',
'SmartWattsFormulaState',
'SmartWattsFormulaActorFactory',
'SmartWattsFormulaConfig',
'SmartWattsFormulaScope',
'SmartWattsFormulaActorFactory'
'SmartWattsFormulaState'
]
4 changes: 2 additions & 2 deletions src/smartwatts/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

__all__ = [
'CPUTopology',
'ReportHistory',
'ErrorHistory',
'FrequencyLayer',
'PowerModel',
'FrequencyLayer'
'ReportHistory'
]

0 comments on commit 9905fec

Please sign in to comment.