[mod] make python code pylint 2.16.1 compliant

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2023-02-10 13:40:12 +01:00
parent 7320b0c796
commit 4c06837a50
9 changed files with 12 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"""
Gigablast (Web)
"""
# pylint: disable=invalid-name
# pylint: disable=invalid-name, use-dict-literal
import re
from time import time