mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
chore: apply pep8-naming rules for naming convention (#8261)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from services.errors.base import BaseServiceError
|
||||
|
||||
|
||||
class AccountNotFound(BaseServiceError):
|
||||
class AccountNotFoundError(BaseServiceError):
|
||||
pass
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ class LinkAccountIntegrateError(BaseServiceError):
|
||||
pass
|
||||
|
||||
|
||||
class TenantNotFound(BaseServiceError):
|
||||
class TenantNotFoundError(BaseServiceError):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user