Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bigadsoleiman committed Dec 3, 2024
1 parent 626d2fd commit 3b6d5b5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def handle_failed_records(records):
"An error occurred (ValidationException)" in error
and "The provided image must have dimensions in set [1280x720]" in error
):
## At this time only one input size is supported by the Nova reel model.
# At this time only one input size is supported by the Nova reel model.
message = "⚠️ *The provided image must have dimensions of 1280x720.*"

elif (
Expand All @@ -179,7 +179,8 @@ def handle_failed_records(records):
in error
):
message = (
":warning: *This model is not enabled. Please try again later or contact "
"*This model is not enabled. "
"Please try again later or contact "
"an administrator*"
)

Expand Down

0 comments on commit 3b6d5b5

Please sign in to comment.