diff options
Diffstat (limited to 'searx/engines/solidtorrents.py')
| -rw-r--r-- | searx/engines/solidtorrents.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/searx/engines/solidtorrents.py b/searx/engines/solidtorrents.py index c2f7e435e..9a3608a87 100644 --- a/searx/engines/solidtorrents.py +++ b/searx/engines/solidtorrents.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -"""SolidTorrents - -""" +"""SolidTorrents""" from datetime import datetime from urllib.parse import urlencode |