Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Dec 27, 2024
1 parent 2d05ddb commit 6b863eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/workflow/nodes/document_extractor/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import logging
import os
import tempfile
from uuid import uuid4
from typing import cast
from uuid import uuid4

import docx
import pandas as pd
Expand Down

0 comments on commit 6b863eb

Please sign in to comment.