Skip to content

Commit 8f82ef5

Browse files
committed
fix style problem
1 parent 8369717 commit 8f82ef5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/tests/unit_tests/core/workflow/nodes/test_document_extractor_node.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
from unittest.mock import Mock, patch
2+
13
import pytest
4+
from docx.oxml.text.paragraph import CT_P
25

36
from core.file import File, FileTransferMethod
47
from core.variables import ArrayFileSegment
@@ -11,9 +14,7 @@
1114
_extract_text_from_plain_text,
1215
)
1316
from core.workflow.nodes.enums import NodeType
14-
from docx.oxml.text.paragraph import CT_P
1517
from models.workflow import WorkflowNodeExecutionStatus
16-
from unittest.mock import Mock, patch
1718

1819

1920
@pytest.fixture

0 commit comments

Comments
 (0)