1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Fix linters

This commit is contained in:
Yohann D'ANELLO
2020-07-30 15:53:23 +02:00
parent 9d8c588b78
commit e9cbc8e623
10 changed files with 8 additions and 14 deletions

View File

@ -4,8 +4,8 @@
from django.contrib import admin
from django.contrib.auth.admin import UserAdmin
from django.contrib.auth.models import User
from note_kfet.admin import admin_site
from .forms import ProfileForm
from .models import Club, Membership, Profile