chore: Run formatters and fix lint errors

This commit is contained in:
Tom Hubrecht 2024-10-23 11:06:57 +02:00
parent 09ad2ca896
commit 430b3b40bb
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
35 changed files with 415 additions and 284 deletions

View file

@ -1,9 +1,9 @@
from django.shortcuts import render, redirect
from django.urls import reverse
from urllib.parse import quote as urlquote
from django.contrib.auth import logout as auth_logout
from django.contrib.auth.decorators import login_required
from urllib.parse import quote as urlquote
from django.shortcuts import redirect, render
from django.urls import reverse
def login(req):