Spaces:
Runtime error
Runtime error
Update webscout.py
Browse files- webscout.py +0 -1
webscout.py
CHANGED
@@ -28,7 +28,6 @@ from typing import Any, Dict, List, Union
|
|
28 |
from urllib.parse import unquote
|
29 |
import orjson
|
30 |
|
31 |
-
from .exceptions import WebscoutE
|
32 |
|
33 |
REGEX_STRIP_TAGS = re.compile("<.*?>")
|
34 |
|
|
|
28 |
from urllib.parse import unquote
|
29 |
import orjson
|
30 |
|
|
|
31 |
|
32 |
REGEX_STRIP_TAGS = re.compile("<.*?>")
|
33 |
|