Browse Source

🎨 Auto format

pull/15359/head
pre-commit-ci-lite[bot] 3 months ago
committed by GitHub
parent
commit
12b45256e3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      tests/test_auto_head.py

1
tests/test_auto_head.py

@ -1,4 +1,5 @@
"""Test that HEAD requests are automatically supported for GET routes (issue #1773).""" """Test that HEAD requests are automatically supported for GET routes (issue #1773)."""
from fastapi import FastAPI from fastapi import FastAPI
from fastapi.testclient import TestClient from fastapi.testclient import TestClient

Loading…
Cancel
Save