One import was missing

This commit is contained in:
Yohann D'ANELLO 2020-02-16 22:29:27 +01:00
parent 00d560c20e
commit 4d7e552681
1 changed files with 2 additions and 0 deletions

View File

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