Revised the imports in the "accounting.report.reports.utils.period_chooser" module.
This commit is contained in:
parent
5d44ebdfd8
commit
b4be1db712
@ -24,9 +24,9 @@ import typing as t
|
|||||||
from datetime import date
|
from datetime import date
|
||||||
|
|
||||||
from accounting.models import Transaction
|
from accounting.models import Transaction
|
||||||
from accounting.report.period import YearPeriod, Period, ThisMonth, \
|
from accounting.report.period import Period, ThisMonth, LastMonth, \
|
||||||
LastMonth, SinceLastMonth, ThisYear, LastYear, Today, Yesterday, AllTime, \
|
SinceLastMonth, ThisYear, LastYear, Today, Yesterday, AllTime, \
|
||||||
TemplatePeriod
|
TemplatePeriod, YearPeriod
|
||||||
|
|
||||||
|
|
||||||
class PeriodChooser:
|
class PeriodChooser:
|
||||||
|
Loading…
Reference in New Issue
Block a user