Skip to content

Commit 3e7410d

Browse files
committed
Cleanup imports
1 parent f21ce20 commit 3e7410d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_filtered_access_logger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
from typing import List
33

44
import pytest
5-
from asgi_logger.middleware import AccessInfo
6-
from asgiref.typing import ASGI3Application, ASGISendEvent
5+
from asgiref.typing import ASGI3Application
76
from fastapi import FastAPI
87
from starlette.testclient import TestClient
98

0 commit comments

Comments
 (0)