mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 14:27:58 -05:00
query_cache: Remove unused parameter from fetch.
This commit is contained in:
@@ -64,7 +64,7 @@ class _CachedQueryBase(object):
|
||||
self.data = []
|
||||
self._fetched = False
|
||||
|
||||
def fetch(self, force=False, data=None):
|
||||
def fetch(self, force=False):
|
||||
if not force and self._fetched:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user