Skip to content

Commit 4b8b378

Browse files
fix unused import
1 parent 42c68d1 commit 4b8b378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindee/client_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import BinaryIO, Union
33

44
from mindee.error import MindeeClientError
5-
from mindee.input import Base64Input, BytesInput, FileInput, PathInput, UrlInputSource
5+
from mindee.input import Base64Input, BytesInput, FileInput, PathInput
66

77

88
class ClientMixin:

0 commit comments

Comments
 (0)