Skip to content
Snippets Groups Projects
Unverified Commit c1bf2b58 authored by Matthew Hodgson's avatar Matthew Hodgson Committed by GitHub
Browse files

add trailing comma

parent 9e40834f
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class EndToEndKeyStore(SQLBaseStore):
@defer.inlineCallbacks
def get_e2e_device_keys(
self, query_list, include_all_devices=False,
include_deleted_devices=False
include_deleted_devices=False,
):
"""Fetch a list of device keys.
Args:
......
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