Browse Source

🎨 Auto format

pull/14445/head
pre-commit-ci-lite[bot] 8 months ago
committed by GitHub
parent
commit
17588c26d8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      tests/test_async_wrapper_sync_function.py

1
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

Loading…
Cancel
Save