mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
refactor(trigger): remove unnecessary whitespace in trigger-related files
- Cleaned up the code by removing extraneous whitespace in `trigger.py` and `workflow_plugin_trigger_service.py`, improving readability and maintaining code style consistency.
This commit is contained in:
parent
18b02370a2
commit
e793f9e871
@ -19,7 +19,6 @@ from models.provider_ids import TriggerProviderID
|
|||||||
|
|
||||||
|
|
||||||
class PluginTriggerManager(BasePluginClient):
|
class PluginTriggerManager(BasePluginClient):
|
||||||
|
|
||||||
def fetch_trigger_providers(self, tenant_id: str) -> list[PluginTriggerProviderEntity]:
|
def fetch_trigger_providers(self, tenant_id: str) -> list[PluginTriggerProviderEntity]:
|
||||||
"""
|
"""
|
||||||
Fetch trigger providers for the given tenant.
|
Fetch trigger providers for the given tenant.
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
from sqlalchemy import select
|
from sqlalchemy import select
|
||||||
from sqlalchemy.orm import Session
|
from sqlalchemy.orm import Session
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user