chore(api/services): apply ruff reformatting (#7599)
Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
979422cdc6
commit
17fd773a30
49 changed files with 2630 additions and 2655 deletions
|
|
@ -55,4 +55,3 @@ class RoleAlreadyAssignedError(BaseServiceError):
|
|||
|
||||
class RateLimitExceededError(BaseServiceError):
|
||||
pass
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
class BaseServiceError(Exception):
|
||||
def __init__(self, description: str = None):
|
||||
self.description = description
|
||||
self.description = description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue