Remove init

This commit is contained in:
Micke Nordin 2024-01-16 12:47:47 +01:00
parent 3b79582e7a
commit 88cfb6848f
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -173,9 +173,6 @@ hub:
class RefreshHandler(HubAuthenticated, RequestHandler):
def initialize(self, hub_auth):
self.hub_auth = hub_auth
@authenticated
def get(self):
user_model = self.get_current_user()