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

Commit

Permalink
fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 17, 2021
1 parent e052bc1 commit f7cfafd
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 @@ -270,7 +270,7 @@ async def process_request(self, verify_request: VerifyJsonRequest) -> None:
Codes.UNAUTHORIZED,
)

found_keys: Dict[str:FetchKeyResult] = {}
found_keys: Dict[str, FetchKeyResult] = {}

# If we are the originating server, short-circuit the key-fetch for any keys
# we already have
Expand Down

0 comments on commit f7cfafd

Please sign in to comment.