Spaces:
Runtime error
Runtime error
Update webscout.py
Browse files- webscout.py +0 -1
webscout.py
CHANGED
@@ -20,7 +20,6 @@ try:
|
|
20 |
except ImportError:
|
21 |
LXML_AVAILABLE = False
|
22 |
|
23 |
-
from .exceptions import WebscoutE, RatelimitE, TimeoutE
|
24 |
from .utils import (
|
25 |
_calculate_distance,
|
26 |
_extract_vqd,
|
|
|
20 |
except ImportError:
|
21 |
LXML_AVAILABLE = False
|
22 |
|
|
|
23 |
from .utils import (
|
24 |
_calculate_distance,
|
25 |
_extract_vqd,
|