From 9d445d829170edbff6e703705b0c82210024fa6a Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sat, 13 Jan 2024 15:08:05 +0100 Subject: [PATCH] hw/aes.py: Fix python error after 183991ca1983 Fixes: 183991ca1983 ("m1n1.hw.dart: Hide all DART variants behind common interface") Signed-off-by: Christian Gmeiner --- proxyclient/m1n1/hw/aes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxyclient/m1n1/hw/aes.py b/proxyclient/m1n1/hw/aes.py index 7e09335d5..45f1535b5 100644 --- a/proxyclient/m1n1/hw/aes.py +++ b/proxyclient/m1n1/hw/aes.py @@ -1,7 +1,7 @@ # SPDX-License-Identifier: MIT from ..utils import * from enum import IntEnum -from .dart import DART, DARTRegs +from .dart import DART import struct from enum import IntEnum