Revised the imports in the "accounting.report.reports.unmatched" module.
This commit is contained in:
parent
6e2e92d0fb
commit
26b4d4388f
@ -30,12 +30,12 @@ from accounting.report.utils.base_page_params import BasePageParams
|
|||||||
from accounting.report.utils.base_report import BaseReport
|
from accounting.report.utils.base_report import BaseReport
|
||||||
from accounting.report.utils.csv_export import BaseCSVRow, csv_download, \
|
from accounting.report.utils.csv_export import BaseCSVRow, csv_download, \
|
||||||
period_spec
|
period_spec
|
||||||
|
from accounting.report.utils.offset_matcher import OffsetMatcher, OffsetPair
|
||||||
from accounting.report.utils.option_link import OptionLink
|
from accounting.report.utils.option_link import OptionLink
|
||||||
from accounting.report.utils.report_chooser import ReportChooser
|
from accounting.report.utils.report_chooser import ReportChooser
|
||||||
from accounting.report.utils.report_type import ReportType
|
from accounting.report.utils.report_type import ReportType
|
||||||
from accounting.report.utils.unmatched import get_accounts_with_unmatched
|
from accounting.report.utils.unmatched import get_accounts_with_unmatched
|
||||||
from accounting.report.utils.urls import unmatched_url
|
from accounting.report.utils.urls import unmatched_url
|
||||||
from accounting.report.utils.offset_matcher import OffsetMatcher, OffsetPair
|
|
||||||
from accounting.utils.pagination import Pagination
|
from accounting.utils.pagination import Pagination
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user