Skip to content

Commit 9d445d8

Browse files
austriancodermarcan
authored andcommitted
hw/aes.py: Fix python error after 183991c
Fixes: 183991c ("m1n1.hw.dart: Hide all DART variants behind common interface") Signed-off-by: Christian Gmeiner <[email protected]>
1 parent a71c072 commit 9d445d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxyclient/m1n1/hw/aes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: MIT
22
from ..utils import *
33
from enum import IntEnum
4-
from .dart import DART, DARTRegs
4+
from .dart import DART
55
import struct
66
from enum import IntEnum
77

0 commit comments

Comments
 (0)