diff options
Diffstat (limited to 'tests/farm/annotate/src/a/a.py')
-rw-r--r-- | tests/farm/annotate/src/a/a.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/farm/annotate/src/a/a.py b/tests/farm/annotate/src/a/a.py deleted file mode 100644 index 411d3d8e..00000000 --- a/tests/farm/annotate/src/a/a.py +++ /dev/null @@ -1,8 +0,0 @@ -# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt - -def a(x): - if x == 1: - print("x is 1") - else: - print("x is not 1") |