mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 04:45:51 +08:00
fix(trigger): clean up whitespace in encryption utility and trigger provider service
- Removed unnecessary blank lines in `encryption.py` and `trigger_provider_service.py` for improved code readability. - This minor adjustment enhances the overall code quality without altering functionality. 🤖 Generated with [Claude Code](https://claude.ai/code)
This commit is contained in:
@ -186,7 +186,7 @@ class TriggerProviderService:
|
||||
provider_id=db_provider.provider_id,
|
||||
subscription_id=db_provider.id,
|
||||
)
|
||||
|
||||
|
||||
@classmethod
|
||||
def refresh_oauth_token(
|
||||
cls,
|
||||
|
||||
Reference in New Issue
Block a user