diff options
Diffstat (limited to 'searx/preferences.py')
-rw-r--r-- | searx/preferences.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/preferences.py b/searx/preferences.py index ad0e2867e..da486b0cb 100644 --- a/searx/preferences.py +++ b/searx/preferences.py @@ -39,7 +39,6 @@ MAP_STR2BOOL: Dict[str, bool] = OrderedDict( class ValidationException(Exception): - """Exption from ``cls.__init__`` when configuration value is invalid.""" |