summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/shared_rooms.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/rest/client/v2_alpha/shared_rooms.py')
-rw-r--r--synapse/rest/client/v2_alpha/shared_rooms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/shared_rooms.py b/synapse/rest/client/v2_alpha/shared_rooms.py

index 2492634dac..c866d5151c 100644 --- a/synapse/rest/client/v2_alpha/shared_rooms.py +++ b/synapse/rest/client/v2_alpha/shared_rooms.py
@@ -34,7 +34,7 @@ class UserSharedRoomsServlet(RestServlet): ) def __init__(self, hs): - super(UserSharedRoomsServlet, self).__init__() + super().__init__() self.auth = hs.get_auth() self.store = hs.get_datastore() self.user_directory_active = hs.config.update_user_directory