summaryrefslogtreecommitdiff
path: root/tests/farm/annotate/src/multi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/annotate/src/multi.py')
-rw-r--r--tests/farm/annotate/src/multi.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/farm/annotate/src/multi.py b/tests/farm/annotate/src/multi.py
deleted file mode 100644
index 31155b40..00000000
--- a/tests/farm/annotate/src/multi.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
-
-import a.a
-import b.b
-
-a.a.a(1)
-b.b.b(2)