fixed indentation for CI

This commit is contained in:
Harsh Kotak 2018-04-02 15:18:56 -06:00 committed by GitHub
parent 8759cc2e16
commit 62d76a0077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,6 +370,7 @@ class RackElevationListView(View):
'filter_form': forms.RackFilterForm(request.GET),
})
class RackElevationPrintView(View):
"""
Display a set of rack elevations side-by-side for Print.
@ -409,6 +410,7 @@ class RackElevationPrintView(View):
'filter_form': forms.RackFilterForm(request.GET),
})
class RackView(View):
def get(self, request, pk):