diff options
Diffstat (limited to 'searx/engines/chefkoch.py')
| -rw-r--r-- | searx/engines/chefkoch.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/engines/chefkoch.py b/searx/engines/chefkoch.py index 504b45152..8e4cfa454 100644 --- a/searx/engines/chefkoch.py +++ b/searx/engines/chefkoch.py @@ -1,6 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -"""Chefkoch is a German database of recipes. -""" +"""Chefkoch is a German database of recipes.""" from datetime import datetime from urllib.parse import urlencode |