Further cleanup

This commit is contained in:
Landon Wark
2024-02-09 15:00:53 -06:00
parent a534d229a8
commit a7e915995e
8 changed files with 14 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ from PyQt6.QtCore import Qt, QAbstractTableModel, QSortFilterProxyModel
from PyQt6.QtGui import QAction, QCursor
from backend.db.models import BasicSubmission
from backend.excel import make_report_html, make_report_xlsx
from tools import Report, Result, get_first_blank_df_row, row_map
from tools import Report, Result, row_map
from xhtml2pdf import pisa
from .functions import select_save_file, select_open_file
from .misc import ReportDatePicker