pep8: Move to third_party/.
[sfrench/samba-autobuild/.git] / third_party / pep8 / testsuite / python3.py
1 #!/usr/bin/env python3
2
3
4 # Annotated function (Issue #29)
5 def foo(x: int) -> int:
6     return x + 1