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

@ -39,4 +39,3 @@ class SogeCreditAdmin(admin.ModelAdmin):
def has_add_permission(self, request):
# Don't create a credit manually
return False