diff options
author | 2024-08-02 21:20:20 +0100 | |
---|---|---|
committer | 2024-08-02 21:20:20 +0100 | |
commit | 4773a054d5ca421e0eb7e1bcc4da229f0500bed6 (patch) | |
tree | ffa9b612a5c8bbabdf6339d018966cec916e2e96 | |
parent | Enroll Events Lead and Director roles into groups (diff) |
Add missing trailing comma
I'm sorry.
-rw-r--r-- | arthur/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/constants.py b/arthur/constants.py index add2048..197a1b2 100644 --- a/arthur/constants.py +++ b/arthur/constants.py @@ -12,5 +12,5 @@ LDAP_ROLE_MAPPING = { "moderators": 267629731250176001, "coredevs": 587606783669829632, "events": 778361735739998228, - "directors": 267627879762755584 + "directors": 267627879762755584, } |