diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-11-22 11:37:12 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-12-02 20:59:30 +0100 |
| commit | 6b0a896f01eb0c59a5ce8d46c18b3549f0007901 (patch) | |
| tree | 52a6aa9f101033608745035cbe17e3758de081a1 /searx | |
| parent | 173b744ef0fa69c217381bfc000709ba7b336824 (diff) | |
[mod] digg - pylint searx/engines/digg.py
Eliminate redundant file names which are tested by test.pylint and ignored by
test.pep8
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/engines/digg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/digg.py b/searx/engines/digg.py index cb007d40d..63bce51cf 100644 --- a/searx/engines/digg.py +++ b/searx/engines/digg.py @@ -9,6 +9,7 @@ @stable no (HTML can change) @parse url, title, content, publishedDate, thumbnail """ +# pylint: disable=missing-function-docstring import random import string |