From ef1d70f99e7f94aae744de65b42bed510d39800b Mon Sep 17 00:00:00 2001 From: sbtoonz <67915879+sbtoonz@users.noreply.github.com> Date: Sun, 22 Dec 2024 07:14:32 -0800 Subject: [PATCH] Update mcu.pyi --- typings/mcu.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/mcu.pyi b/typings/mcu.pyi index 68f5233..72ff3ea 100644 --- a/typings/mcu.pyi +++ b/typings/mcu.pyi @@ -62,7 +62,7 @@ class MCU: pass def is_fileoutput(self) -> bool: pass - def error(self, message: str) -> None: + def error(self, message: str) -> string: pass @overload