Removed an unused import from the "accounting" module.

This commit is contained in:
依瑪貓 2023-03-15 00:51:56 +08:00
parent 61fd1849ed
commit 4c84686395

View File

@ -17,7 +17,6 @@
"""The accounting application.
"""
import typing as t
from pathlib import Path
from flask import Flask, Blueprint