diff options
author | 2021-08-30 21:27:54 +0100 | |
---|---|---|
committer | 2021-08-30 21:35:30 +0100 | |
commit | 20aa8b23a386ad2d570a1d771825331b07074bb1 (patch) | |
tree | 7d917f6a952c039b021485f1dc0887a1022e59f6 | |
parent | Change all references to watch to nominate instead (diff) |
Remove code that is no longer hit
-rw-r--r-- | bot/exts/recruitment/talentpool/_cog.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bot/exts/recruitment/talentpool/_cog.py b/bot/exts/recruitment/talentpool/_cog.py index 99567d55e..78f9b189b 100644 --- a/bot/exts/recruitment/talentpool/_cog.py +++ b/bot/exts/recruitment/talentpool/_cog.py @@ -47,10 +47,6 @@ class TalentPool(Cog, name="Talentpool"): """Return whether automatic posting of nomination reviews is enabled.""" return await self.talentpool_settings.get(AUTOREVIEW_ENABLED_KEY, True) - # Stores talentpool users in cache - self.cache = defaultdict(dict) - self.api_default_params = {'active': 'true', 'ordering': '-inserted_at'} - async def refresh_cache(self) -> bool: """Updates TalentPool users cache.""" try: |