Skip to content

Commit a7c01b5

Browse files
committed
remove unused import
1 parent 033bf6c commit a7c01b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unstructured_client/_hooks/custom/request_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import io
55
import json
66
import logging
7-
from typing import Any, BinaryIO, Sequence, Tuple
7+
from typing import Any, BinaryIO, Tuple
88

99
import httpx
1010
from httpx._multipart import DataField, FileField

0 commit comments

Comments
 (0)