From ddf5ba8cfcfe7d133ddbf888cc6e3af79863c712 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 1 May 2021 18:25:06 -0400 Subject: refactor: pyupgrade --py36-plus tests/**.py --- tests/test_annotate.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_annotate.py') diff --git a/tests/test_annotate.py b/tests/test_annotate.py index 051a31ee..de6edcd0 100644 --- a/tests/test_annotate.py +++ b/tests/test_annotate.py @@ -1,4 +1,3 @@ -# 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 -- cgit v1.2.1