Browse Source

small style fix

Rafał Pitoń 8 years ago
parent
commit
ea09d3d806
1 changed files with 1 additions and 2 deletions
  1. 1 2
      misago/core/exceptionhandler.py

+ 1 - 2
misago/core/exceptionhandler.py

@@ -10,8 +10,7 @@ from . import errorpages
 from .exceptions import AjaxError, Banned, ExplicitFirstPage, OutdatedSlug
 from .exceptions import AjaxError, Banned, ExplicitFirstPage, OutdatedSlug
 
 
 
 
-HANDLED_EXCEPTIONS = (AjaxError, Banned, ExplicitFirstPage, Http404,
-                      OutdatedSlug, PermissionDenied)
+HANDLED_EXCEPTIONS = (AjaxError, Banned, ExplicitFirstPage, Http404, OutdatedSlug, PermissionDenied)
 
 
 
 
 def is_misago_exception(exception):
 def is_misago_exception(exception):