Skip to content

Commit 6e82089

Browse files
committed
reordering
1 parent 501de2e commit 6e82089

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-lib/dku_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class DKUConstants(object):
22
API_RESPONSE_KEY = "api_response"
3-
RAW_BODY_FORMAT = "RAW"
3+
FORBIDDEN_KEYS = ["token", "password", "api_key_value"]
44
FORM_DATA_BODY_FORMAT = "FORM_DATA"
55
PLUGIN_VERSION = "1.1.3-beta.1"
6-
FORBIDDEN_KEYS = ["token", "password", "api_key_value"]
6+
RAW_BODY_FORMAT = "RAW"

0 commit comments

Comments
 (0)