style: Format code with black

This commit is contained in:
deepsource-autofix[bot] 2023-06-26 13:18:00 +00:00 committed by GitHub
parent d211502b39
commit a583648731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,6 @@ def post():
difficulty = request.form.get("difficulty", GAME_DIFFICULTY)
score = request.form.get("score", 0)
if not session_key:
return "No session key provided!"
if not score: