Skip to content

Commit 98927f5

Browse files
committed
fix: sort imports for ruff compliance
1 parent cf5e52f commit 98927f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/shared/test_streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
import json
99
import multiprocessing
10-
import threading
1110
import socket
11+
import threading
1212
import time
1313
import traceback
1414
from collections.abc import AsyncIterator, Generator

0 commit comments

Comments
 (0)