diff --git a/tests/test_async_wrapper_sync_function.py b/tests/test_async_wrapper_sync_function.py index 24dffcfe4..3c0f4a6e5 100644 --- a/tests/test_async_wrapper_sync_function.py +++ b/tests/test_async_wrapper_sync_function.py @@ -11,7 +11,6 @@ registered handler is async. from functools import wraps -import pytest from fastapi import Depends, FastAPI from fastapi.testclient import TestClient