Remove unnecessary null check

This commit is contained in:
Andrew Morgan 2019-01-25 11:22:14 +00:00
parent 6f3fda79ce
commit 516456b763

View File

@ -287,7 +287,6 @@ class RoomMemberHandler(object):
user_id, old_room_id, user_id, old_room_id,
) )
if room_tags:
# Copy each room tag to the new room # Copy each room tag to the new room
for tag in room_tags.keys(): for tag in room_tags.keys():
tag_content = room_tags[tag] tag_content = room_tags[tag]