From 1875f98d0075d9705feeed82bd66a0d354107838 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 4f6aa47e..29c8bdcb 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 88e0f73c..fc11a25a 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).