Reorder import statements of apps/activity
This commit is contained in:
parent
7719ff41ad
commit
ccfc1e74ac
8 changed files with 14 additions and 14 deletions
|
|
@ -7,7 +7,7 @@ import django_tables2 as tables
|
|||
from django_tables2 import A
|
||||
from note.templatetags.pretty_money import pretty_money
|
||||
|
||||
from .models import Activity, Guest, Entry
|
||||
from .models import Activity, Entry, Guest
|
||||
|
||||
|
||||
class ActivityTable(tables.Table):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue