From 8e94cd996f382e02efd5ff34ee9b2b15a713afba Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 13 Oct 2024 01:12:19 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=E9=80=9A?= =?UTF-8?q?=E9=81=93=E8=BF=9E=E6=8E=A5=E7=89=B9=E6=80=A7=EF=BC=8C=E5=8F=AF?= =?UTF-8?q?=E7=94=A8+=E8=BF=9E=E6=8E=A5=E4=B8=A4=E4=B8=AA=E9=80=9A?= =?UTF-8?q?=E9=81=93=EF=BC=8C=E8=BF=9E=E6=8E=A5=E5=90=8E=E5=B0=86=E4=BA=A4?= =?UTF-8?q?=E6=8D=A2=E5=8F=8C=E6=96=B9=E7=9A=84=E6=8E=A5=E6=94=B6=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- magicoca/chan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magicoca/chan.py b/magicoca/chan.py index 5303434..cfcc273 100644 --- a/magicoca/chan.py +++ b/magicoca/chan.py @@ -92,7 +92,7 @@ class Chan(Generic[T]): """ return self.recv(None) - def __add__(self, other: "Chan[T]") -> "Chan[T]": + def __add__(self, other: "Chan[T]"): """ Connect 1 channel.send to another channel.recv. Args: