Skip to content

Commit 11224c3

Browse files
committed
Fix typo
1 parent 2e8a703 commit 11224c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qiling/os/memory.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
44
#
55

6-
from ctypes import Union
76
import os, re
8-
from typing import Any, Callable, List, MutableSequence, Optional, Sequence, Tuple
7+
from typing import Any, Callable, List, MutableSequence, Optional, Sequence, Tuple, Union
98

109
from unicorn import UC_PROT_NONE, UC_PROT_READ, UC_PROT_WRITE, UC_PROT_EXEC, UC_PROT_ALL
1110

0 commit comments

Comments
 (0)