Chore, applied black

This commit is contained in:
benarc
2021-11-26 05:58:20 +00:00
parent cfac70d394
commit 56397026c8
30 changed files with 143 additions and 159 deletions
+2 -4
View File
@@ -33,8 +33,7 @@ from .crud import (
@events_ext.get("/api/v1/events")
async def api_events(
all_wallets: bool = Query(False),
wallet: WalletTypeInfo = Depends(get_key_type),
all_wallets: bool = Query(False), wallet: WalletTypeInfo = Depends(get_key_type)
):
wallet_ids = [wallet.wallet.id]
@@ -88,8 +87,7 @@ async def api_form_delete(event_id, wallet: WalletTypeInfo = Depends(get_key_typ
@events_ext.get("/api/v1/tickets")
async def api_tickets(
all_wallets: bool = Query(False),
wallet: WalletTypeInfo = Depends(get_key_type),
all_wallets: bool = Query(False), wallet: WalletTypeInfo = Depends(get_key_type)
):
wallet_ids = [wallet.wallet.id]