Skip to content

Commit ab4b937

Browse files
fix cyclic import
1 parent db6b38d commit ab4b937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindee/mindee_http/workflow_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44

55
from mindee.input import LocalInputSource, UrlInputSource
6-
from mindee.mindee_http import BaseEndpoint
6+
from mindee.mindee_http.base_endpoint import BaseEndpoint
77
from mindee.mindee_http.workflow_settings import WorkflowSettings
88
from mindee.parsing.common.execution_priority import ExecutionPriority
99

0 commit comments

Comments
 (0)