aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-20 10:35:05 +0200
committerGravatar ks129 <[email protected]>2020-12-20 10:35:05 +0200
commit9870072310e5a2d1ccf6d5a035d1f1044343ff5f (patch)
tree100817c1c6ce6ec41af5b0bc7e73babf4cd43f0d
parentImplement GitHub API authorization header (diff)
Remove unused constant
-rw-r--r--bot/exts/utils/pep.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/utils/pep.py b/bot/exts/utils/pep.py
index df9ad2ba9..873f32a8e 100644
--- a/bot/exts/utils/pep.py
+++ b/bot/exts/utils/pep.py
@@ -26,7 +26,6 @@ class PythonEnhancementProposals(Cog):
"""Cog for displaying information about PEPs."""
BASE_PEP_URL = "http://www.python.org/dev/peps/pep-"
- BASE_GITHUB_PEP_URL = "https://raw.githubusercontent.com/python/peps/master/pep-"
PEPS_LISTING_API_URL = "https://api.github.com/repos/python/peps/contents?ref=master"
def __init__(self, bot: Bot):