Skip to content
Snippets Groups Projects
Commit a198894b authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Appease pep8

parent 953e40f9
No related branches found
No related tags found
No related merge requests found
......@@ -733,7 +733,8 @@ class SQLBaseStore(object):
def _invalidate_get_event_cache(self, event_id):
for check_redacted in (False, True):
for get_prev_content in (False, True):
self._get_event_cache.invalidate(event_id, check_redacted, get_prev_content)
self._get_event_cache.invalidate(event_id, check_redacted,
get_prev_content)
def _get_event_txn(self, txn, event_id, check_redacted=True,
get_prev_content=False, allow_rejected=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment