Skip to content

Commit

Permalink
feat: Update to powerapi v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauric Desauw committed Oct 29, 2021
1 parent cb022f8 commit 684efea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smartwatts/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
from powerapi.dispatcher import RouteTable

from powerapi.cli import ConfigValidator
from powerapi.cli.tools import store_true, ReportModifierGenerator, PullerGenerator, PusherGenerator, CommonCLIParser
from powerapi.cli.tools import store_true, CommonCLIParser
from powerapi.cli.generator import ReportModifierGenerator, PullerGenerator, PusherGenerator
from powerapi.message import DispatcherStartMessage
from powerapi.report import HWPCReport, PowerReport
from powerapi.dispatch_rule import HWPCDispatchRule, HWPCDepthLevel
Expand Down

0 comments on commit 684efea

Please sign in to comment.