pep8: Move to third_party/.
[samba.git] / third_party / pep8 / testsuite / python3.py
diff --git a/third_party/pep8/testsuite/python3.py b/third_party/pep8/testsuite/python3.py
new file mode 100644 (file)
index 0000000..8881880
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python3
+
+
+# Annotated function (Issue #29)
+def foo(x: int) -> int:
+    return x + 1