Test if PEP8 warnings can be detected in travis build
This commit is contained in:
parent
1e20b9404f
commit
2102a89cdc
1 changed files with 3 additions and 0 deletions
|
@ -1160,6 +1160,9 @@ class HostingBillDetailView(PermissionRequiredMixin, LoginRequiredMixin,
|
|||
return context
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def forbidden_view(request, exception=None, reason=''):
|
||||
"""
|
||||
Handle 403 error
|
||||
|
|
Loading…
Reference in a new issue