Skip to content

Commit ac7795b

Browse files
committed
chore: remove unused import
1 parent bc00bda commit ac7795b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/openai/resources/uploads/uploads.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
import os
77
import logging
88
import builtins
9-
from typing import List, overload
9+
from typing import overload
1010
from pathlib import Path
11+
1112
import anyio
1213
import httpx
1314

0 commit comments

Comments
 (0)