[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2026-05-25 21:57:56 +00:00
parent 4bcf070537
commit 4d5db17ac0
26 changed files with 21 additions and 24 deletions
-1
View File
@@ -39,7 +39,6 @@ every time it is passed the same arguments. 'mint()' incorporates a random
salt in stamps (as per the hashcash v.1 protocol).
"""
from string import ascii_letters
from math import ceil, floor
import hashlib
-1
View File
@@ -12,7 +12,6 @@ from classquiz.tests import test_user_email, test_user_password, example_quiztiv
from classquiz.tests import test_client, example_quiz, ValueStorage # noqa : F401
from fastapi.testclient import TestClient
# @pytest.fixture
# async def startup_and_shutdown_server():
# """Start server as test fixture and tear down after test"""