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

@ -278,8 +278,8 @@ class CounterMain(
template_name = "counter/counter_main.jinja"
pk_url_kwarg = "counter_id"
form_class = (
GetUserForm
) # Form to enter a client code and get the corresponding user id
GetUserForm # Form to enter a client code and get the corresponding user id
)
current_tab = "counter"
def post(self, request, *args, **kwargs):