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:
Harry 2025-10-11 12:44:54 +08:00
parent 18b02370a2
commit e793f9e871
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ from models.provider_ids import TriggerProviderID
class PluginTriggerManager(BasePluginClient):
def fetch_trigger_providers(self, tenant_id: str) -> list[PluginTriggerProviderEntity]:
"""
Fetch trigger providers for the given tenant.

View File

@ -1,4 +1,3 @@
from pydantic import BaseModel
from sqlalchemy import select
from sqlalchemy.orm import Session