From 532828bd15991be15f6e56c7095acd9ccb5ed0b7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 20 May 2023 18:09:12 -0700 Subject: [PATCH] remove unused import old-commit-hash: 9160faf8e554efae57d79517af1cbdf73abcc8fd --- selfdrive/test/test_time_to_onroad.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/test/test_time_to_onroad.py b/selfdrive/test/test_time_to_onroad.py index 65683ed890..5991250945 100755 --- a/selfdrive/test/test_time_to_onroad.py +++ b/selfdrive/test/test_time_to_onroad.py @@ -2,7 +2,6 @@ import os import time import subprocess -import pytest import cereal.messaging as messaging from common.basedir import BASEDIR