diff options
author | 2020-09-22 18:45:50 +0200 | |
---|---|---|
committer | 2020-09-22 18:46:14 +0200 | |
commit | 32b03f64acb1ea87d6206be014949ed2e756b196 (patch) | |
tree | 98f7398546ed1d9be2638f3d21c90b739271bb67 /bot/constants.py | |
parent | Fix GitHub repo link constant (diff) |
Remove non-existing class reference in constants
- Since URLs no longer exists, it's now removed from __all__
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 2d6bfa1b..f3424673 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -24,7 +24,6 @@ __all__ = ( "ERROR_REPLIES", "NEGATIVE_REPLIES", "POSITIVE_REPLIES", - "URLs" ) log = logging.getLogger(__name__) |