Removed an unused import from the "accounting.report.reports.utils" module.

This commit is contained in:
依瑪貓 2023-03-08 21:34:00 +08:00
parent 4273f99644
commit 4f7f87b10d

View File

@ -20,7 +20,6 @@ This file is largely taken from the NanoParma ERP project, first written in
2021/9/16 by imacat (imacat@nanoparma.com).
"""
import typing as t
from abc import ABC, abstractmethod
from datetime import date