Removed the unnecessary future annotation import from the "accounting.transaction.forms.transaction" module.

This commit is contained in:
依瑪貓 2023-03-14 20:44:06 +08:00
parent fadce244c5
commit 5d31eb9172

View File

@ -17,8 +17,6 @@
"""The transaction forms for the transaction management.
"""
from __future__ import annotations
import typing as t
from abc import ABC, abstractmethod