nixos/test-driver: remove unused imports, add pylint unused-import check

This commit is contained in:
Patrick Hilhorst
2022-01-02 23:12:21 +01:00
parent a2f5092867
commit 793a2f50f1
3 changed files with 2 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ import threading
import time
from test_driver.logger import rootlog
from test_driver.polling_condition import PollingCondition
CHAR_TO_KEY = {
"A": "shift-a",