Removed an unused import from the accounting_accounts management command in the accounting application.
This commit is contained in:
parent
afb87a53a6
commit
8eedcafcd6
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
import getpass
|
import getpass
|
||||||
from typing import Optional, Dict
|
from typing import Optional
|
||||||
|
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.core.exceptions import ObjectDoesNotExist
|
from django.core.exceptions import ObjectDoesNotExist
|
||||||
|
Loading…
Reference in New Issue
Block a user