Removed an unused import from the accounting_accounts management command in the Mia core application.

This commit is contained in:
依瑪貓 2020-09-06 22:08:33 +08:00
parent 8eedcafcd6
commit 5acbb6137a

View File

@ -21,7 +21,7 @@
import datetime import datetime
import re import re
from datetime import date from datetime import date
from typing import Any, List from typing import Any
import titlecase import titlecase
from django import template from django import template