add trailing comma

This commit is contained in:
Matthew Hodgson 2018-07-23 09:56:23 +01:00 committed by GitHub
parent 9e40834f74
commit c1bf2b587e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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