From 7378d5dce43f75440cb57903e8ae0c1c615b0782 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 11 Mar 2021 21:06:24 -0800 Subject: [PATCH] remove comment --- jc/parsers/acpi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jc/parsers/acpi.py b/jc/parsers/acpi.py index 986b246b..1ddb64df 100644 --- a/jc/parsers/acpi.py +++ b/jc/parsers/acpi.py @@ -241,7 +241,6 @@ def process(proc_data): } ] """ - # integers int_list = ['id', 'charge_percent', 'design_capacity_mah', 'last_full_capacity', 'last_full_capacity_percent'] float_list = ['temperature']