Skip to content

Commit 4c37247

Browse files
committed
Remove unused LOGGER
1 parent 90777e8 commit 4c37247

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

s_tui/sources/rapl_power_source.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
from s_tui.sources.source import Source
2828
from s_tui.sources.rapl_read import get_power_reader
2929

30-
LOGGER = logging.getLogger(__name__)
31-
3230

3331
class RaplPowerSource(Source):
3432
MICRO_JOULE_IN_JOULE = 1000000.0

0 commit comments

Comments
 (0)