From c18f7fc41019be6a5c08df3f4976bd94435677c7 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Thu, 5 Jan 2017 13:50:22 +0000 Subject: Fix flake8 and update changelog --- synapse/api/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/api') diff --git a/synapse/api/auth.py b/synapse/api/auth.py index 641f2bb065..f93e45a744 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -290,7 +290,7 @@ class Auth(object): with Measure(self.clock, "check_host_in_room"): latest_event_ids = yield self.store.get_latest_event_ids_in_room(room_id) - logger.info("calling resolve_state_groups from check_host_in_room"); + logger.info("calling resolve_state_groups from check_host_in_room") entry = yield self.state.resolve_state_groups( room_id, latest_event_ids ) -- cgit 1.5.1