aboutsummaryrefslogtreecommitdiffstats
path: root/backend/constants.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2020-12-22 04:25:25 +0300
committerGravatar Hassan Abouelela <[email protected]>2020-12-22 04:57:10 +0300
commit1c0684faa1f1a8d36fe57294fcb6e180c622c259 (patch)
tree380167bdd4602c58445d36dea8739a3e255e2489 /backend/constants.py
parentMerge pull request #42 from python-discord/big-int-fix (diff)
Dedents Webhook Object
Removes the meta object, and moves the webhook object under the main form object to reduce nesting. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'backend/constants.py')
-rw-r--r--backend/constants.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/constants.py b/backend/constants.py
index bfcf261..bf0c33c 100644
--- a/backend/constants.py
+++ b/backend/constants.py
@@ -67,7 +67,3 @@ class FormFeatures(Enum):
class WebHook(Enum):
URL = "url"
MESSAGE = "message"
-
-
-class Meta(Enum):
- WEB_HOOK = WebHook