mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Removed redundant return of None
This commit is contained in:
@@ -126,4 +126,3 @@ def register_errorhandlers(application):
|
||||
return render_template("error/{0}.html".format(error_code)), error_code
|
||||
for errcode in [401, 404, 500]:
|
||||
application.errorhandler(errcode)(render_error)
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user