Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed May 8, 2022
1 parent 2e8a703 commit 11224c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qiling/os/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
#

from ctypes import Union
import os, re
from typing import Any, Callable, List, MutableSequence, Optional, Sequence, Tuple
from typing import Any, Callable, List, MutableSequence, Optional, Sequence, Tuple, Union

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

Expand Down

0 comments on commit 11224c3

Please sign in to comment.