From c04e4a0fc553d0eb528ccc8ff0a9259806ece058 Mon Sep 17 00:00:00 2001 From: ommo73 Date: Thu, 17 Oct 2019 14:26:07 +0500 Subject: [PATCH] :rainbow: mail_private: UTF-8 coding is not necessary --- mail_private/tests/__init__.py | 1 - mail_private/tests/test_js.py | 1 - 2 files changed, 2 deletions(-) diff --git a/mail_private/tests/__init__.py b/mail_private/tests/__init__.py index 4f6aa47..29c8bdc 100644 --- a/mail_private/tests/__init__.py +++ b/mail_private/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). from . import test_js diff --git a/mail_private/tests/test_js.py b/mail_private/tests/test_js.py index 88e0f73..fc11a25 100644 --- a/mail_private/tests/test_js.py +++ b/mail_private/tests/test_js.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Kolushov Alexandr # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).