Skip to content

Commit 331cfd7

Browse files
committed
Auto-imports were fixed.
1 parent a1c0f8b commit 331cfd7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jal/widgets/tax_widget.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@
66
from PySide6.QtCore import Property, Slot
77
from PySide6.QtWidgets import QFileDialog, QMessageBox, QApplication
88

9-
from db.account import JalAccount
109
from jal.ui.ui_tax_export_widget import Ui_TaxWidget
1110
from jal.ui.ui_flow_export_widget import Ui_MoneyFlowWidget
1211
from jal.widgets.mdi import MdiWidget
13-
from jal.widgets.helpers import ts2d
12+
from jal.widgets.helpers import ts2d, dt2ts
1413
from jal.widgets.icons import JalIcon
14+
from jal.db.account import JalAccount
1515
from jal.db.asset import JalAsset
1616
from jal.db.peer import JalPeer
1717
from jal.db.settings import JalSettings, FolderFor
1818
from jal.data_export.taxes import TaxReport
1919
from jal.data_export.taxes_flow import TaxesFlowRus
2020
from jal.data_export.xlsx import XLSX
2121
from jal.data_export.dlsg import DLSG
22-
from widgets.helpers import dt2ts
2322

2423

2524
class TaxWidget(MdiWidget):

0 commit comments

Comments
 (0)