From c9e13c2b5d40b03ce74c5db45bce29e58feee313 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Fri, 21 Feb 2020 15:54:29 -0800 Subject: [PATCH] Fix linter --- selfdrive/thermald.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/thermald.py b/selfdrive/thermald.py index d2b9ddbdf7..5631a61244 100755 --- a/selfdrive/thermald.py +++ b/selfdrive/thermald.py @@ -4,7 +4,6 @@ import json import copy import datetime import psutil -import subprocess from smbus2 import SMBus from cereal import log from common.android import ANDROID, get_network_type