Remove redundant make_session_limiter
This commit is contained in:
parent
d82fd46a3c
commit
9b3775291e
@ -254,10 +254,6 @@ def make_mailer(app):
|
||||
app.mailer = mailer.Mailer(mailer_connection, sender)
|
||||
|
||||
|
||||
def make_session_limiter(app, session, config):
|
||||
app.session_limiter = SessionLimiter(config, session, app.redis)
|
||||
|
||||
|
||||
def make_notification_sender(app):
|
||||
app.notification_sender = NotificationSender(queue)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user