1 comment

[ 3.3 ms ] story [ 10.2 ms ] thread

  def health_check(self) -> Result[None, str]:
    return Err("unimplemented")
Wow, so you can type the return value in Python? Had no idea.