chore(api/libs): Apply ruff format. (#7301)
This commit is contained in:
@@ -4,7 +4,7 @@ from werkzeug.exceptions import HTTPException
|
||||
|
||||
|
||||
class BaseHTTPException(HTTPException):
|
||||
error_code: str = 'unknown'
|
||||
error_code: str = "unknown"
|
||||
data: Optional[dict] = None
|
||||
|
||||
def __init__(self, description=None, response=None):
|
||||
@@ -14,4 +14,4 @@ class BaseHTTPException(HTTPException):
|
||||
"code": self.error_code,
|
||||
"message": self.description,
|
||||
"status": self.code,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user