diff options
author | Magnus Hagander | 2020-07-13 12:55:39 +0000 |
---|---|---|
committer | Magnus Hagander | 2020-07-13 12:55:39 +0000 |
commit | 92965368413e6ff164130f8baf4bf7ffdb9b2c39 (patch) | |
tree | 261f94ba72d37bd0adff494f358408d6f644d5ae /postgresqleu/trustlypayment/util.py | |
parent | ae4f0047b289f04c075d0a607c394c48f0ec7671 (diff) |
Remove unused imports
Diffstat (limited to 'postgresqleu/trustlypayment/util.py')
-rw-r--r-- | postgresqleu/trustlypayment/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/trustlypayment/util.py b/postgresqleu/trustlypayment/util.py index 5946ff3e..a473075e 100644 --- a/postgresqleu/trustlypayment/util.py +++ b/postgresqleu/trustlypayment/util.py @@ -7,7 +7,7 @@ from decimal import Decimal from postgresqleu.mailqueue.util import send_simple_mail from postgresqleu.invoices.util import InvoiceManager -from postgresqleu.invoices.models import Invoice, InvoicePaymentMethod +from postgresqleu.invoices.models import Invoice from .api import TrustlyWrapper, TrustlyException from .models import TrustlyTransaction, TrustlyLog |