Skip to content

Commit

Permalink
refactor: Rename exceptions file
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed May 4, 2023
1 parent c1ec001 commit 397f2c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/smartwatts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from smartwatts import __version__ as smartwatts_version
from smartwatts.actor import SmartWattsFormulaActor, SmartWattsFormulaScope, SmartWattsFormulaConfig
from smartwatts.cli import SmartWattsConfigValidator
from smartwatts.exception import InvalidConfigurationParameterException
from smartwatts.exceptions import InvalidConfigurationParameterException
from smartwatts.model import CPUTopology


Expand Down
2 changes: 1 addition & 1 deletion src/smartwatts/cli/config_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from powerapi.cli import ConfigValidator

from smartwatts.exception import InvalidConfigurationParameterException
from smartwatts.exceptions import InvalidConfigurationParameterException


class SmartWattsConfigValidator(ConfigValidator):
Expand Down
File renamed without changes.

0 comments on commit 397f2c7

Please sign in to comment.