Remove init
This commit is contained in:
parent
3b79582e7a
commit
88cfb6848f
|
@ -173,9 +173,6 @@ hub:
|
||||||
|
|
||||||
|
|
||||||
class RefreshHandler(HubAuthenticated, RequestHandler):
|
class RefreshHandler(HubAuthenticated, RequestHandler):
|
||||||
def initialize(self, hub_auth):
|
|
||||||
self.hub_auth = hub_auth
|
|
||||||
|
|
||||||
@authenticated
|
@authenticated
|
||||||
def get(self):
|
def get(self):
|
||||||
user_model = self.get_current_user()
|
user_model = self.get_current_user()
|
||||||
|
|
Loading…
Reference in a new issue