1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-27 02:43:01 +00:00

One import was missing

This commit is contained in:
Yohann D'ANELLO 2020-02-16 22:29:27 +01:00
parent 00d560c20e
commit 4d7e552681

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
import django_tables2 as tables import django_tables2 as tables
from django.db.models import F
from .models.transactions import Transaction from .models.transactions import Transaction