Removed an unused import from the "accounting.utils.cast" module.

This commit is contained in:
依瑪貓 2023-04-26 13:15:18 +08:00
parent e083b11394
commit c11ae23885

View File

@ -22,8 +22,6 @@ This module should not import any other module from the application.
"""
import typing as t
import sqlalchemy as sa
def s(message: t.Any) -> str:
"""Casts the LazyString message to the string type.