pre-commit-ci-lite[bot]
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
tests/test_async_wrapper_sync_function.py
|
|
@ -11,7 +11,6 @@ registered handler is async. |
|
|
|
|
|
|
|
|
from functools import wraps |
|
|
from functools import wraps |
|
|
|
|
|
|
|
|
import pytest |
|
|
|
|
|
from fastapi import Depends, FastAPI |
|
|
from fastapi import Depends, FastAPI |
|
|
from fastapi.testclient import TestClient |
|
|
from fastapi.testclient import TestClient |
|
|
|
|
|
|
|
|
|