chore: get rid of mypy notes and typecheck more functions (#3257)
This commit is contained in:
parent
1a02095758
commit
256a8098c6
8 changed files with 23 additions and 23 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue