Skip to content
Snippets Groups Projects
Commit d3fa6194 authored by David Baker's avatar David Baker
Browse files

Remove unnecessary str()

parent e0934acd
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class E2eRoomKeysHandler(object):
else:
raise
if str(version_info['version']) != version:
if version_info['version'] != version:
# Check that the version we're trying to upload actually exists
try:
version_info = yield self.store.get_e2e_room_keys_version_info(
......
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