diff options
Diffstat (limited to 'searx/engines/postgresql.py')
-rw-r--r-- | searx/engines/postgresql.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/postgresql.py b/searx/engines/postgresql.py index c0277207c..e7def0635 100644 --- a/searx/engines/postgresql.py +++ b/searx/engines/postgresql.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """PostgreSQL is a powerful and robust open source database. Before configuring the PostgreSQL engine, you must install the dependency ``psychopg2``. |