Skip to content

Commit f5b73b2

Browse files
fix: linting
1 parent b8bbf70 commit f5b73b2

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

jigsawstack/async_request.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import json
2-
from typing import Any, AsyncGenerator, Dict, Generic, List, TypedDict, Union, cast
32
from io import BytesIO
3+
from typing import Any, AsyncGenerator, Dict, Generic, List, TypedDict, Union, cast
4+
45
import aiohttp
56
from typing_extensions import Literal, TypeVar
67

jigsawstack/embedding.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
from importlib.metadata import files
21
from typing import Any, Dict, List, Literal, Union, cast, overload
32

43
from typing_extensions import NotRequired, TypedDict
54

65
from ._config import ClientConfig
76
from ._types import BaseResponse
87
from .async_request import AsyncRequest
9-
from .helpers import build_path
108
from .request import Request, RequestConfig
119

1210

jigsawstack/embedding_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from ._config import ClientConfig
66
from .async_request import AsyncRequest
77
from .embedding import Chunk
8-
from .helpers import build_path
98
from .request import Request, RequestConfig
109

1110

jigsawstack/request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from importlib.resources import files
21
import json
32
from typing import Any, Dict, Generator, Generic, List, TypedDict, Union, cast
43

jigsawstack/translate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from ._config import ClientConfig
66
from ._types import BaseResponse
77
from .async_request import AsyncRequest
8-
from .helpers import build_path
98
from .request import Request, RequestConfig
109

1110

jigsawstack/vision.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from typing import Any, Dict, List, Optional, Union, cast, overload
2-
from wsgiref import headers
32

43
from typing_extensions import Literal, NotRequired, TypedDict
54

0 commit comments

Comments
 (0)