Skip to content

Commit 3d69400

Browse files
committed
added formatting too
1 parent 16e93d1 commit 3d69400

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

imagekitio/constants/errors.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ class ERRORS(enum.Enum):
1414
"message": "Pass one of the mandatory parameter path or src"
1515
}
1616
INVALID_URL_GENERATION_PARAMETER = {
17-
"message": "Invalid url parameter", help: ""}
17+
"message": "Invalid url parameter",
18+
"help": ""
19+
}
1820
INVALID_TRANSFORMATION_OPTIONS = {
1921
"message": "Invalid transformation parameter options",
2022
"help": "",
@@ -51,8 +53,14 @@ class ERRORS(enum.Enum):
5153
"help": "If you do not want to pass any parameter for listing, pass an empty object",
5254
}
5355
MISSING_FILE_URL = {
54-
"message": "Missing file_url for purge_cache", help: ""}
55-
MISSING_UPLOAD_DATA = {"message": "Missing data for upload", help: ""}
56+
"message": "Missing file_url for purge_cache",
57+
"help": ""
58+
}
59+
MISSING_UPLOAD_DATA = {
60+
"message": "Missing data for upload",
61+
"help": ""
62+
63+
}
5664
MISSING_UPLOAD_FILE_PARAMETER = {
5765
"message": "Missing file parameter for upload",
5866
"help": "",

0 commit comments

Comments
 (0)