Skip to content

Commit 040843d

Browse files
committed
Ignore type
1 parent f16ec7a commit 040843d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbi/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async def inspect_dl_queue(queue: Annotated[DeadLetterQueue, Depends(get_dl_queu
8787
async for item in items:
8888
results.append(
8989
item.model_dump(
90-
include={
90+
include={ # type: ignore
9191
"identifier": True,
9292
"rid": True,
9393
"error": True,

0 commit comments

Comments
 (0)