mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-21 22:23:05 +00:00
hw/aes.py: Fix python error after 183991ca19
Fixes: 183991ca19
("m1n1.hw.dart: Hide all DART variants behind common interface")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
parent
a71c0724db
commit
9d445d8291
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue