From 2b0b9675fdc661b7df3408dca5e3d5e80c07fe8d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 12 Apr 2019 03:10:20 -0400 Subject: [PATCH] Remove unused UTF file markers Signed-off-by: Roberto Rosario --- mayan/apps/documents/tests/base.py | 2 -- mayan/apps/documents/tests/test_api.py | 2 -- mayan/apps/documents/tests/test_deleted_document_views.py | 2 -- mayan/apps/documents/tests/test_document_page_views.py | 2 -- mayan/apps/documents/tests/test_document_version_views.py | 2 -- mayan/apps/documents/tests/test_document_views.py | 2 -- mayan/apps/documents/tests/test_duplicated_document_views.py | 2 -- mayan/apps/documents/tests/test_events.py | 2 -- mayan/apps/documents/tests/test_links.py | 2 -- 9 files changed, 18 deletions(-) diff --git a/mayan/apps/documents/tests/base.py b/mayan/apps/documents/tests/base.py index 88170c6249..890ac8acfe 100644 --- a/mayan/apps/documents/tests/base.py +++ b/mayan/apps/documents/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from django.test import override_settings diff --git a/mayan/apps/documents/tests/test_api.py b/mayan/apps/documents/tests/test_api.py index 9e7255a1eb..840ca39995 100644 --- a/mayan/apps/documents/tests/test_api.py +++ b/mayan/apps/documents/tests/test_api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals import time diff --git a/mayan/apps/documents/tests/test_deleted_document_views.py b/mayan/apps/documents/tests/test_deleted_document_views.py index eb48482fa0..f5f16a24d0 100644 --- a/mayan/apps/documents/tests/test_deleted_document_views.py +++ b/mayan/apps/documents/tests/test_deleted_document_views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from ..models import DeletedDocument, Document diff --git a/mayan/apps/documents/tests/test_document_page_views.py b/mayan/apps/documents/tests/test_document_page_views.py index 68300c8e25..10ffaa3c5c 100644 --- a/mayan/apps/documents/tests/test_document_page_views.py +++ b/mayan/apps/documents/tests/test_document_page_views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from ..permissions import permission_document_view diff --git a/mayan/apps/documents/tests/test_document_version_views.py b/mayan/apps/documents/tests/test_document_version_views.py index e4e8766713..4fb304ba0e 100644 --- a/mayan/apps/documents/tests/test_document_version_views.py +++ b/mayan/apps/documents/tests/test_document_version_views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from ..permissions import ( diff --git a/mayan/apps/documents/tests/test_document_views.py b/mayan/apps/documents/tests/test_document_views.py index dc609c99e8..bf5e0d9bdf 100644 --- a/mayan/apps/documents/tests/test_document_views.py +++ b/mayan/apps/documents/tests/test_document_views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals import os diff --git a/mayan/apps/documents/tests/test_duplicated_document_views.py b/mayan/apps/documents/tests/test_duplicated_document_views.py index 29be7c96d7..7f60306cad 100644 --- a/mayan/apps/documents/tests/test_duplicated_document_views.py +++ b/mayan/apps/documents/tests/test_duplicated_document_views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from ..permissions import permission_document_view diff --git a/mayan/apps/documents/tests/test_events.py b/mayan/apps/documents/tests/test_events.py index 45c928c0fa..aa00d3547b 100644 --- a/mayan/apps/documents/tests/test_events.py +++ b/mayan/apps/documents/tests/test_events.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from actstream.models import Action diff --git a/mayan/apps/documents/tests/test_links.py b/mayan/apps/documents/tests/test_links.py index a4744fd948..c80844249a 100644 --- a/mayan/apps/documents/tests/test_links.py +++ b/mayan/apps/documents/tests/test_links.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals import time