#!/usr/bin/env python3 # Entire file is not found def foo(bar: int) -> int: return bar + 1 # Some sample code