Skip to content

Commit 0152f50

Browse files
author
Paul Thompson
committed
format
1 parent 83cc600 commit 0152f50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

trio_typing/plugin.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ def decode_agen_types_from_return_type(
135135
return (
136136
yield_type,
137137
send_type,
138-
UninhabitedType(
139-
line=ctx.context.line, column=ctx.context.column
140-
),
138+
UninhabitedType(line=ctx.context.line, column=ctx.context.column),
141139
)
142140
else:
143141
return (

0 commit comments

Comments
 (0)