summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/src/b/b.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/annotate/src/b/b.py')
-rw-r--r--tests/farm/annotate/src/b/b.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/farm/annotate/src/b/b.py b/tests/farm/annotate/src/b/b.py
deleted file mode 100644
index f0055b3b..00000000
--- a/tests/farm/annotate/src/b/b.py
+++ /dev/null
@@ -1,6 +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 b(x):
- msg = "x is %s" % x
- print(msg)