Skip to content

Commit

Permalink
Update mcu.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtoonz authored Dec 22, 2024
1 parent 80ba24d commit ef1d70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/mcu.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1d70f

Please sign in to comment.