diff options
author | Martin Fischer <martin@push-f.com> | 2022-01-30 08:19:20 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-01 06:28:26 +0100 |
commit | 08bb3a5f3a6bf2c13ca89accc3179481e22e1bc6 (patch) | |
tree | 7ea9b56e37c83fed616a60e8d3c3ebb31e02efbc /searx/user_help.py | |
parent | 8ae05f6ea57650b7377f430148e1fa6a6dc5a75c (diff) | |
download | searxng-08bb3a5f3a6bf2c13ca89accc3179481e22e1bc6.tar.gz searxng-08bb3a5f3a6bf2c13ca89accc3179481e22e1bc6.zip |
[pyright:basic] searx.user_help
Diffstat (limited to 'searx/user_help.py')
-rw-r--r-- | searx/user_help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/user_help.py b/searx/user_help.py index bf7336777..bb2c1b1ca 100644 --- a/searx/user_help.py +++ b/searx/user_help.py @@ -1,3 +1,4 @@ +# pyright: basic from typing import Dict import os.path import pkg_resources |