black: makes new version happy

This commit is contained in:
2019-11-04 13:46:09 +01:00
parent 59511d255f
commit 209867b3a8
4 changed files with 6 additions and 14 deletions

View File

@ -345,9 +345,7 @@ class LaunderetteMainClickView(CanEditMixin, BaseFormView, DetailView):
model = Launderette
pk_url_kwarg = "launderette_id"
template_name = "counter/counter_main.jinja"
form_class = (
GetLaunderetteUserForm
) # Form to enter a client code and get the corresponding user id
form_class = GetLaunderetteUserForm # Form to enter a client code and get the corresponding user id
def get(self, request, *args, **kwargs):
self.object = self.get_object()