Fix formatting issues

This commit is contained in:
Alexandre Iooss 2020-02-18 21:14:29 +01:00
parent cd98f96cd0
commit e679a4b629
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
16 changed files with 63 additions and 72 deletions

View file

@ -1,10 +1,10 @@
#!/usr/bin/env python
import django_tables2 as tables
from .models import Club
from django.conf import settings
from django.contrib.auth.models import User
from .models import Club
class ClubTable(tables.Table):
class Meta: