Skip to content

Commit 826976d

Browse files
[autofix.ci] apply automated fixes
1 parent 7be966b commit 826976d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/services/plugin/plugin_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,10 @@ def install_from_marketplace_pkg(tenant_id: str, plugin_unique_identifiers: Sequ
505505

506506
@staticmethod
507507
def uninstall(tenant_id: str, plugin_installation_id: str) -> bool:
508+
from sqlalchemy import select
509+
508510
from extensions.ext_database import db
509511
from models.provider import ProviderCredential
510-
from sqlalchemy import select
511512

512513
manager = PluginInstaller()
513514

0 commit comments

Comments
 (0)