[fix] issue reported by pylint 22.1.0

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2022-02-04 09:45:35 +01:00
parent 26b3cc5582
commit 964902e779

View file

@ -8,7 +8,7 @@ from flask_babel import gettext
# specifies which search query keywords triggers this answerer
keywords = ('random',)
random_int_max = 2 ** 31
random_int_max = 2**31
random_string_letters = string.ascii_lowercase + string.digits + string.ascii_uppercase