mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
improve: introduce isort for linting Python imports (#1983)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
from __future__ import annotations
|
||||
from abc import abstractmethod, ABC
|
||||
from typing import List, Any
|
||||
|
||||
from langchain.schema import Document, BaseRetriever
|
||||
from abc import ABC, abstractmethod
|
||||
from typing import Any, List
|
||||
|
||||
from langchain.schema import BaseRetriever, Document
|
||||
from models.dataset import Dataset
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user