Skip to content

Commit 1f743da

Browse files
fix: formatting for the files.
1 parent b121578 commit 1f743da

File tree

6 files changed

+1
-412
lines changed

6 files changed

+1
-412
lines changed

jigsawstack/audio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from .async_request import AsyncRequest, AsyncRequestConfig
55
from ._config import ClientConfig
66
from typing_extensions import Literal
7-
from .helpers import build_path
87
from ._types import BaseResponse
98

109

jigsawstack/embedding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing_extensions import NotRequired, TypedDict
33
from .request import Request, RequestConfig
44
from .async_request import AsyncRequest
5-
from typing import List, Union
65
from ._config import ClientConfig
76
from .helpers import build_path
87
from ._types import BaseResponse

0 commit comments

Comments
 (0)