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

This commit is contained in:
依瑪貓 2020-09-06 21:58:25 +08:00
parent afb87a53a6
commit 8eedcafcd6

View File

@ -19,7 +19,7 @@
"""
import getpass
from typing import Optional, Dict
from typing import Optional
from django.contrib.auth import get_user_model
from django.core.exceptions import ObjectDoesNotExist