diff options
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__)  |