From 3431922f1226d10f769537a37a4eee9f57791938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 26 Mar 2023 01:06:19 +0800 Subject: [PATCH] Removed an unused import from the "accounting.models" module. --- src/accounting/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/accounting/models.py b/src/accounting/models.py index 6f5fb8a..10f7098 100644 --- a/src/accounting/models.py +++ b/src/accounting/models.py @@ -21,7 +21,6 @@ from __future__ import annotations import re import typing as t -from datetime import date from decimal import Decimal import sqlalchemy as sa