Skip to content

Commit bb8ab30

Browse files
committed
Fix the incorrect import
1 parent 5bf0dbc commit bb8ab30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quark/script/frida/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
# This file is part of Quark-Engine - https://github.com/quark-engine/quark-engine
33
# See the file 'LICENSE' for copying permission.
44

5-
from ctypes import Union
65
import functools
76
import json
87
import re
98
import sys
109
from dataclasses import dataclass
1110
from time import sleep
12-
from typing import Any, Dict, List, Tuple
11+
from typing import Any, Dict, List, Tuple, Union
1312

1413
import pkg_resources
1514
from quark.utils.regex import URL_REGEX

0 commit comments

Comments
 (0)