Removed the unnecessary future annotation import from the "accounting.transaction.forms.transaction" module.
This commit is contained in:
parent
fadce244c5
commit
5d31eb9172
@ -17,8 +17,6 @@
|
|||||||
"""The transaction forms for the transaction management.
|
"""The transaction forms for the transaction management.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from __future__ import annotations
|
|
||||||
|
|
||||||
import typing as t
|
import typing as t
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user