Skip to content
Snippets Groups Projects
Commit c0aba0a2 authored by Luke Barnard's avatar Luke Barnard
Browse files

Remove Unused ref to hs

parent b9676a75
No related merge requests found
......@@ -29,7 +29,6 @@ class ReadMarkerRestServlet(RestServlet):
def __init__(self, hs):
super(ReadMarkerRestServlet, self).__init__()
self.hs = hs
self.auth = hs.get_auth()
self.receipts_handler = hs.get_receipts_handler()
self.read_marker_handler = hs.get_read_marker_handler()
......
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