diff --git a/src/accounting/utils/cast.py b/src/accounting/utils/cast.py index 12bc70f..6317888 100644 --- a/src/accounting/utils/cast.py +++ b/src/accounting/utils/cast.py @@ -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.