diff options
author | 2023-08-22 14:31:16 +0100 | |
---|---|---|
committer | 2023-08-22 14:31:16 +0100 | |
commit | f95ef3962ea0bb76dc52540a6022492dbe5b3bae (patch) | |
tree | 7e93b92e78f882ae3b35869aeae5366d6dfbcb99 /arthur/config.py | |
parent | Merge pull request #97 from python-discord/bump-pydantic (diff) |
Pull devops rules from Github, not notion (#98)
This logic assumes each line is one rule.
Diffstat (limited to 'arthur/config.py')
-rw-r--r-- | arthur/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arthur/config.py b/arthur/config.py index ddfa479..9c02743 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -25,8 +25,5 @@ class Config( # Guild id guild_id: int = 267624335836053506 - # Token for authorising with the Notion API - notion_api_token: str | None = None - CONFIG = Config() |