Skip to content

Commit

Permalink
hw/aes.py: Fix python error after 183991c
Browse files Browse the repository at this point in the history
Fixes: 183991c ("m1n1.hw.dart: Hide all DART variants behind common interface")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
  • Loading branch information
austriancoder authored and marcan committed Sep 24, 2024
1 parent a71c072 commit 9d445d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxyclient/m1n1/hw/aes.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9d445d8

Please sign in to comment.