Skip to content

Commit 2d14f63

Browse files
fix cyclic import
1 parent fa1e28d commit 2d14f63

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mindee/input/__init__.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
from mindee.input.local_response import LocalResponse
22
from mindee.input.page_options import PageOptions
3-
from mindee.input.sources import (
4-
Base64Input,
5-
BytesInput,
6-
FileInput,
7-
InputType,
8-
LocalInputSource,
9-
PathInput,
10-
UrlInputSource,
11-
)
3+
from mindee.input import sources
124
from mindee.input.workflow_options import WorkflowOptions

0 commit comments

Comments
 (0)