[pre-commit.ci lite] apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot] 2025-10-29 21:00:15 +00:00 committed by GitHub
parent b2b9b7c753
commit 44d811d5f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
from app import app
def test_home():
client = app.test_client()
response = client.get('/')
response = client.get("/")
assert response.status_code == 200