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']