Fix some unused import lint warnings

This commit is contained in:
Ben Sturmfels 2025-09-30 23:38:00 +10:00
parent 2e87f9eaf0
commit 111b1fdf30
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
4 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1,3 @@
import datetime
import itertools
from . import _csv

View file

@ -1,5 +1,3 @@
import decimal
from . import _csv
from .. import strparse

View file

@ -139,6 +139,7 @@ def _parse_invoice(parser_class, source_file):
except AttributeError:
return None
class InvoiceImporter:
INVOICE_CLASS = Invoice2017
LEDGER_TEMPLATE_KEY_FMT = 'nbpy2017 {0} ledger entry'

View file

@ -132,7 +132,6 @@ class VATImporter(FeeImporterBase):
}
class Income2020OctoberImporter(IncomeImporter):
AMOUNT_KEY = 'Pledge $'