Skip to content

Commit

Permalink
fix cyclic import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 21, 2024
1 parent db6b38d commit ab4b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mindee/mindee_http/workflow_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import requests

from mindee.input import LocalInputSource, UrlInputSource
from mindee.mindee_http import BaseEndpoint
from mindee.mindee_http.base_endpoint import BaseEndpoint
from mindee.mindee_http.workflow_settings import WorkflowSettings
from mindee.parsing.common.execution_priority import ExecutionPriority

Expand Down

0 comments on commit ab4b937

Please sign in to comment.