diff options
Diffstat (limited to 'searx/engines/google_videos.py')
| -rw-r--r-- | searx/engines/google_videos.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py index 53112b27d..750f0dd69 100644 --- a/searx/engines/google_videos.py +++ b/searx/engines/google_videos.py @@ -11,7 +11,6 @@ .. _data URLs: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs """ -from __future__ import annotations from urllib.parse import urlencode, urlparse, parse_qs from lxml import html |