Remove code cache deletion confirmation from backend (#SKY-7370) (#4726)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
@@ -837,11 +837,6 @@ class BrowserProfileNotFound(SkyvernHTTPException):
|
||||
super().__init__(message, status_code=status.HTTP_404_NOT_FOUND)
|
||||
|
||||
|
||||
class CannotUpdateWorkflowDueToCodeCache(SkyvernException):
|
||||
def __init__(self, workflow_permanent_id: str) -> None:
|
||||
super().__init__(f"No confirmation for code cache deletion on {workflow_permanent_id}.")
|
||||
|
||||
|
||||
class APIKeyNotFound(SkyvernHTTPException):
|
||||
def __init__(self, organization_id: str) -> None:
|
||||
super().__init__(f"No valid API key token found for organization {organization_id}")
|
||||
|
||||
Reference in New Issue
Block a user