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-08-01 16:07:47 +02:00
parent 377397b319
commit b5586c647b
4 changed files with 13 additions and 14 deletions

View File

@ -5,7 +5,6 @@ from django.contrib import admin
from django.contrib.auth.admin import UserAdmin
from django.contrib.auth.models import User
from django.utils.translation import gettext_lazy as _
from note.templatetags.pretty_money import pretty_money
from note_kfet.admin import admin_site