Removed an unused import from the "accounting.models" module.

This commit is contained in:
依瑪貓 2023-03-26 01:06:19 +08:00
parent d5a9e1af18
commit 3431922f12

View File

@ -21,7 +21,6 @@ from __future__ import annotations
import re import re
import typing as t import typing as t
from datetime import date
from decimal import Decimal from decimal import Decimal
import sqlalchemy as sa import sqlalchemy as sa