Removed an unused import from the "accounting.utils.cast" module.
This commit is contained in:
parent
e083b11394
commit
c11ae23885
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user