diff options
Diffstat (limited to 'searx/engines/unsplash.py')
| -rw-r--r-- | searx/engines/unsplash.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/searx/engines/unsplash.py b/searx/engines/unsplash.py index cfffdd4e3..337c8a710 100644 --- a/searx/engines/unsplash.py +++ b/searx/engines/unsplash.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -"""Unsplash - -""" +"""Unsplash""" from urllib.parse import urlencode, urlparse, urlunparse, parse_qsl from json import loads |