Abhaykoul commited on
Commit
ef9a66a
1 Parent(s): 95fe448

Update webscout.py

Browse files
Files changed (1) hide show
  1. 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