Removed unused imports from the views of the accounting application.

This commit is contained in:
依瑪貓 2020-08-31 20:55:56 +08:00
parent 1f8e2ae0b9
commit 731d867c56

View File

@ -20,7 +20,7 @@
""" """
import json import json
import re import re
from typing import Dict, Optional, List, Tuple from typing import Dict, Optional
from django.conf import settings from django.conf import settings
from django.contrib import messages from django.contrib import messages