diff options
Diffstat (limited to 'tests/farm/annotate/src/utf8.py')
-rw-r--r-- | tests/farm/annotate/src/utf8.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/farm/annotate/src/utf8.py b/tests/farm/annotate/src/utf8.py deleted file mode 100644 index f3988379..00000000 --- a/tests/farm/annotate/src/utf8.py +++ /dev/null @@ -1,7 +0,0 @@ -# -*- coding: utf-8 -*- -# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt - -# This comment has an accent: é - -print("spam eggs") |