lint: fix flake8 E304 after create_task decorator

This commit is contained in:
Abhimanyu Saharan
2026-02-14 22:32:39 +00:00
committed by Abhimanyu Saharan
parent 3fc96baa10
commit 1d0b318fc9

View File

@@ -701,7 +701,6 @@ async def get_webhook_payload(
],
},
)
async def create_task(
payload: TaskCreate,
board: Board = BOARD_DEP,