From 0152f50536e224c46f7b6b513fd2c5bcce028ad6 Mon Sep 17 00:00:00 2001 From: Paul Thompson Date: Wed, 25 Sep 2024 21:48:30 -0400 Subject: [PATCH] format --- trio_typing/plugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trio_typing/plugin.py b/trio_typing/plugin.py index 395f500..76ccbbf 100644 --- a/trio_typing/plugin.py +++ b/trio_typing/plugin.py @@ -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 (