We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90777e8 commit 4c37247Copy full SHA for 4c37247
1 file changed
s_tui/sources/rapl_power_source.py
@@ -27,8 +27,6 @@
27
from s_tui.sources.source import Source
28
from s_tui.sources.rapl_read import get_power_reader
29
30
-LOGGER = logging.getLogger(__name__)
31
-
32
33
class RaplPowerSource(Source):
34
MICRO_JOULE_IN_JOULE = 1000000.0
0 commit comments