Merge pull request #863 from searxng/dependabot/pip/master/black-22.1.0

Bump black from 21.12b0 to 22.1.0
This commit is contained in:
Markus Heiser 2022-02-04 08:52:22 +00:00 committed by GitHub
commit de32d543bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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