Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Thompson committed Sep 26, 2024
1 parent 83cc600 commit 0152f50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions trio_typing/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ def decode_agen_types_from_return_type(
return (
yield_type,
send_type,
UninhabitedType(
line=ctx.context.line, column=ctx.context.column
),
UninhabitedType(line=ctx.context.line, column=ctx.context.column),
)
else:
return (
Expand Down

0 comments on commit 0152f50

Please sign in to comment.