Skip to content

Commit 3fa26a5

Browse files
committed
remove unused imports
1 parent 07e721f commit 3fa26a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/shared/test_sse.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
import re
21
import multiprocessing
32
import socket
43
import time
5-
import json
64
import anyio
7-
import threading
85
import uvicorn
96
import pytest
107
from pydantic import AnyUrl
11-
from pydantic_core import Url
12-
import pytest
138
import httpx
149
from typing import AsyncGenerator
1510
from starlette.applications import Starlette

0 commit comments

Comments
 (0)