Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkang14 committed Aug 28, 2024
1 parent 7b64cb9 commit 7ea3809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Any, cast

from sqlalchemy import func

from core.app.app_config.entities import DatasetRetrieveConfigEntity
Expand Down
1 change: 0 additions & 1 deletion api/core/workflow/nodes/llm/llm_node.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json

from collections.abc import Generator
from copy import deepcopy
from typing import TYPE_CHECKING, Optional, cast
Expand Down

0 comments on commit 7ea3809

Please sign in to comment.