Run caniusepython3.pylint_checker

This commit is contained in:
Calen Pennington
2018-11-05 22:45:41 -05:00
parent 040b60c38c
commit 95252f1a81
6 changed files with 26 additions and 15 deletions

View File

@@ -561,7 +561,7 @@ class CourseTabView(EdxFragmentView):
@staticmethod
def handle_exceptions(request, course_key, course, exception):
"""
u"""
Handle exceptions raised when rendering a view.
"""
if isinstance(exception, Redirect) or isinstance(exception, Http404):