Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 28, 2021
1 parent 33aa40d commit a633000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/crypto/keyring.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ async def get_server_verify_key_v2_indirect(
perspective_name,
)

request = {}
request: JsonDict = {}
for queue_value in keys_to_fetch:
# there may be multiple requests for each server, so we have to merge
# them intelligently.
Expand Down

0 comments on commit a633000

Please sign in to comment.