Fix some unused import lint warnings
This commit is contained in:
parent
2e87f9eaf0
commit
111b1fdf30
4 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
import datetime
|
||||
import itertools
|
||||
|
||||
from . import _csv
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import decimal
|
||||
|
||||
from . import _csv
|
||||
from .. import strparse
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -132,7 +132,6 @@ class VATImporter(FeeImporterBase):
|
|||
}
|
||||
|
||||
|
||||
|
||||
class Income2020OctoberImporter(IncomeImporter):
|
||||
AMOUNT_KEY = 'Pledge $'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue