Removed an unused import from the accounting_accounts management command in the Mia core application.
This commit is contained in:
parent
8eedcafcd6
commit
5acbb6137a
@ -21,7 +21,7 @@
|
||||
import datetime
|
||||
import re
|
||||
from datetime import date
|
||||
from typing import Any, List
|
||||
from typing import Any
|
||||
|
||||
import titlecase
|
||||
from django import template
|
||||
|
Loading…
Reference in New Issue
Block a user