chore: update pyproject dependencies (#2619)

This commit is contained in:
Pavol Rusnak
2024-09-03 11:09:36 +02:00
committed by GitHub
parent 6341e1edaf
commit ab3eb967b4
7 changed files with 657 additions and 632 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def wallet_fixtures_from_json(path) -> List["WalletTest"]:
fn_tests = _tests_for_function(funding_sources, fn_name, fn)
_merge_dict_of_lists(tests, fn_tests)
all_tests: list["WalletTest"] = functools.reduce(
all_tests: list[WalletTest] = functools.reduce(
operator.iadd, [tests[fs_name] for fs_name in tests], []
)
return all_tests