From d37e85f4d7a0feb94d5667950d3cff58dc1591e0 Mon Sep 17 00:00:00 2001 From: zhangx1n Date: Wed, 9 Apr 2025 14:10:18 +0800 Subject: [PATCH] refactor: remove unused imports in enterprise_service.py --- api/services/enterprise/enterprise_service.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/services/enterprise/enterprise_service.py b/api/services/enterprise/enterprise_service.py index 4b4690ce74..af03297aa1 100644 --- a/api/services/enterprise/enterprise_service.py +++ b/api/services/enterprise/enterprise_service.py @@ -1,7 +1,4 @@ -from contexts import tenant_id from services.enterprise.base import EnterpriseRequest -from flask import request -from libs.passport import PassportService class EnterpriseService: