Update webscout.py
Browse files- webscout.py +0 -1
webscout.py
CHANGED
@@ -30,7 +30,6 @@ from math import atan2, cos, radians, sin, sqrt
|
|
30 |
from typing import Any, Dict, List, Union
|
31 |
from urllib.parse import unquote
|
32 |
|
33 |
-
from .exceptions import WebscoutE
|
34 |
|
35 |
try:
|
36 |
HAS_ORJSON = True
|
|
|
30 |
from typing import Any, Dict, List, Union
|
31 |
from urllib.parse import unquote
|
32 |
|
|
|
33 |
|
34 |
try:
|
35 |
HAS_ORJSON = True
|