Browse Source

resolving checks

Merge branch 'feature/add-query-http-method' of https://github.com/yogishhg9964/fastapi into feature/add-query-http-method
pull/13948/head
yogishhg9964 4 days ago
parent
commit
18479bef52
  1. 4
      tests/test_query_method.py

4
tests/test_query_method.py

@ -7,15 +7,13 @@ This test file follows the FastAPI test patterns and should be compatible
with the existing test suite.
"""
# Ensure compatibility across Python versions
from typing import List, Optional
from fastapi import Depends, FastAPI
from fastapi.testclient import TestClient
from pydantic import BaseModel
# Ensure compatibility across Python versions
import sys
def test_query_method_basic():
app = FastAPI()

Loading…
Cancel
Save