From 154718cf610285be12cf72954ba7b88cda48eada Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 19 Feb 2021 21:13:34 +0100 Subject: Remove the # coding, since PEP3120 the default is UTF8 --- tests/test_functional.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_functional.py') diff --git a/tests/test_functional.py b/tests/test_functional.py index 1f31ed65a..361d11688 100644 --- a/tests/test_functional.py +++ b/tests/test_functional.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2014-2018, 2020 Claudiu Popa # Copyright (c) 2014 Google, Inc. # Copyright (c) 2014 Michal Nowikowski -- cgit v1.2.1