diff options
Diffstat (limited to 'searx/exceptions.py')
| -rw-r--r-- | searx/exceptions.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/exceptions.py b/searx/exceptions.py index 6b150929e..226b209ca 100644 --- a/searx/exceptions.py +++ b/searx/exceptions.py @@ -1,6 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -"""Exception types raised by SearXNG modules. -""" +"""Exception types raised by SearXNG modules.""" import typing as t from lxml.etree import XPath |