chore: get rid of mypy notes and typecheck more functions (#3257)

This commit is contained in:
dni ⚡ 2025-07-09 11:08:48 +02:00
parent 1a02095758
commit 256a8098c6
No known key found for this signature in database
GPG key ID: D1F416F29AD26E87
8 changed files with 23 additions and 23 deletions

View file

@ -81,7 +81,7 @@ async def test_crud_search_payments():
user = await create_user_account()
wallet = await create_wallet(user_id=user.id)
filters: Filters = Filters(
filters = Filters(
search="",
model=PaymentFilters,
)