Removed the annotation future import from the "accounting.transaction.utils.account_option", "accounting.transaction.forms.journal_entry", and "accounting.transaction.forms.reorder" modules.
This commit is contained in:
parent
a67158f8f6
commit
61fd1849ed
@ -17,8 +17,6 @@
|
||||
"""The journal entry sub-forms for the transaction management.
|
||||
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import re
|
||||
|
||||
from flask_babel import LazyString
|
||||
|
@ -17,8 +17,6 @@
|
||||
"""The reorder forms for the transaction management.
|
||||
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import date
|
||||
|
||||
from flask import request
|
||||
|
@ -17,8 +17,6 @@
|
||||
"""The account option for the transaction management.
|
||||
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
from accounting.models import Account
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user