From ab4b9376c8ba664fad5c2187e8117ff8bce2e928 Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Thu, 21 Nov 2024 18:31:42 +0100 Subject: [PATCH] fix cyclic import --- mindee/mindee_http/workflow_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindee/mindee_http/workflow_endpoint.py b/mindee/mindee_http/workflow_endpoint.py index a902389b..02503bee 100644 --- a/mindee/mindee_http/workflow_endpoint.py +++ b/mindee/mindee_http/workflow_endpoint.py @@ -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