From 91e92e4eb9e5092c4c80e8c9db9d428b6602c072 Mon Sep 17 00:00:00 2001 From: Bodong Yang Date: Fri, 10 May 2024 12:16:10 +0000 Subject: [PATCH] fix by flake8 --- otaclient/app/boot_control/configs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/otaclient/app/boot_control/configs.py b/otaclient/app/boot_control/configs.py index 696381fe1..373afe45c 100644 --- a/otaclient/app/boot_control/configs.py +++ b/otaclient/app/boot_control/configs.py @@ -15,8 +15,7 @@ from __future__ import annotations -from dataclasses import dataclass, field -from typing import Dict, List +from dataclasses import dataclass from otaclient.configs.ecu_info import BootloaderType