From 35074a99b3fbeebe931116176b715fbe32be70d0 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 22 Dec 2016 10:45:08 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding The following file(s) added utf-8 encoding but never used. So we can remove them at all. zaqar/tests/tempest_plugin/tests/v2/test_claims_negative.py zaqar/tests/tempest_plugin/tests/v2/test_queues_negative.py api-ref/source/conf.py doc/source/conf.py releasenotes/source/conf.py Change-Id: I4a7b138f72ef61787636efcca9ef319d527be72c --- zaqar/tests/tempest_plugin/tests/v2/test_claims_negative.py | 1 - zaqar/tests/tempest_plugin/tests/v2/test_queues_negative.py | 1 - 2 files changed, 2 deletions(-) diff --git a/zaqar/tests/tempest_plugin/tests/v2/test_claims_negative.py b/zaqar/tests/tempest_plugin/tests/v2/test_claims_negative.py index 39462b6..4804f9b 100644 --- a/zaqar/tests/tempest_plugin/tests/v2/test_claims_negative.py +++ b/zaqar/tests/tempest_plugin/tests/v2/test_claims_negative.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2016 LARSEN & TOUBRO LIMITED. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/zaqar/tests/tempest_plugin/tests/v2/test_queues_negative.py b/zaqar/tests/tempest_plugin/tests/v2/test_queues_negative.py index b34e615..586f1b1 100644 --- a/zaqar/tests/tempest_plugin/tests/v2/test_queues_negative.py +++ b/zaqar/tests/tempest_plugin/tests/v2/test_queues_negative.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2016 LARSEN & TOUBRO LIMITED. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License");