enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from enum import Enum
|
||||
from typing import Any, Dict, List, Optional, Union, cast
|
||||
|
||||
from core.tools.entities.common_entities import I18nObject
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from core.tools.entities.common_entities import I18nObject
|
||||
|
||||
|
||||
class ToolProviderType(Enum):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user