def baz(bar: int) -> int: return bar + 1 # Some sample code