From 61fcb53d39b5443007cc7ddbf2305df09276bb40 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Wed, 6 May 2020 22:59:11 -0700 Subject: Remove unnecessary coding lines --- tests/test_i18n.py | 1 - tests/test_integration.py | 1 - tests/test_traversal.py | 1 - 3 files changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/test_i18n.py b/tests/test_i18n.py index b5500af37..b8b11830e 100644 --- a/tests/test_i18n.py +++ b/tests/test_i18n.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import os import unittest diff --git a/tests/test_integration.py b/tests/test_integration.py index 9a690a8d3..638ddb2c5 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import datetime import gc import locale diff --git a/tests/test_traversal.py b/tests/test_traversal.py index ec61fa5b8..b99862ba0 100644 --- a/tests/test_traversal.py +++ b/tests/test_traversal.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import unittest from urllib.parse import quote -- cgit v1.2.3