Run black

This commit is contained in:
2022-07-16 21:00:17 +02:00
parent 24af738ad4
commit 49b7aac807
8 changed files with 34 additions and 34 deletions

View File

@@ -170,7 +170,7 @@ class Consists(View):
return render(
request,
"consists.html",
{"consist": consist, "page_range": page_range}
{"consist": consist, "page_range": page_range},
)
@@ -193,6 +193,6 @@ class GetConsist(View):
{
"consist": consist,
"rolling_stock": rolling_stock,
"page_range": page_range
"page_range": page_range,
},
)