From 6a9e6d98e5c3463b77e3080b3f1aede28f08a264 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 22 Dec 2016 10:29:36 +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. neutron_lib/__init__.py neutron_lib/tests/unit/callbacks/test_callback_exceptions.py neutron_lib/tests/unit/test_exceptions.py neutron_lib/tests/unit/test_neutron_lib.py releasenotes/source/conf.py doc/source/conf.py api-ref/source/conf.py Change-Id: I45f1d48f8df461b67e6c37a37e0577ed4c1296a1 --- api-ref/source/conf.py | 2 -- doc/source/conf.py | 1 - neutron_lib/__init__.py | 2 -- neutron_lib/tests/unit/callbacks/test_callback_exceptions.py | 2 -- neutron_lib/tests/unit/test_exceptions.py | 2 -- neutron_lib/tests/unit/test_neutron_lib.py | 2 -- releasenotes/source/conf.py | 1 - 7 files changed, 12 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 26c71eab7..bb87ccf2b 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/doc/source/conf.py b/doc/source/conf.py index 0cffc348d..d10b8152b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/neutron_lib/__init__.py b/neutron_lib/__init__.py index 1d5211294..b1a9779a3 100644 --- a/neutron_lib/__init__.py +++ b/neutron_lib/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py b/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py index 4d70b3184..8d7679fd3 100644 --- a/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py +++ b/neutron_lib/tests/unit/callbacks/test_callback_exceptions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron_lib/tests/unit/test_exceptions.py b/neutron_lib/tests/unit/test_exceptions.py index fe2ac7b5c..263bdea9c 100644 --- a/neutron_lib/tests/unit/test_exceptions.py +++ b/neutron_lib/tests/unit/test_exceptions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/neutron_lib/tests/unit/test_neutron_lib.py b/neutron_lib/tests/unit/test_neutron_lib.py index db5089b1a..918b71547 100644 --- a/neutron_lib/tests/unit/test_neutron_lib.py +++ b/neutron_lib/tests/unit/test_neutron_lib.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4a2254fac..46033d0c1 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at