query_cache: Remove unused parameter from fetch.

This commit is contained in:
Neil Williams
2012-10-09 20:44:54 -07:00
parent 2bd87bf16c
commit 30b404005e

View File

@@ -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