From f2cc85a8388f646651d2fc576b9e2b843d18d862 Mon Sep 17 00:00:00 2001 From: ji-xuepeng Date: Fri, 13 Jan 2017 20:50:14 +0800 Subject: [PATCH] Removes unnecessary utf-8 encoding Change-Id: Ia0b9cff708a15d879676b8874eefaff8f7666f79 --- brick_cinderclient_ext/__init__.py | 2 -- brick_cinderclient_ext/tests/functional/test_brick_client.py | 2 -- brick_cinderclient_ext/tests/unit/test_brick_client.py | 2 -- brick_cinderclient_ext/tests/unit/test_cli.py | 2 -- doc/source/conf.py | 1 - 5 files changed, 9 deletions(-) diff --git a/brick_cinderclient_ext/__init__.py b/brick_cinderclient_ext/__init__.py index 3891c7e..910cf60 100644 --- a/brick_cinderclient_ext/__init__.py +++ b/brick_cinderclient_ext/__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/brick_cinderclient_ext/tests/functional/test_brick_client.py b/brick_cinderclient_ext/tests/functional/test_brick_client.py index 4c971ee..459f5b4 100644 --- a/brick_cinderclient_ext/tests/functional/test_brick_client.py +++ b/brick_cinderclient_ext/tests/functional/test_brick_client.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/brick_cinderclient_ext/tests/unit/test_brick_client.py b/brick_cinderclient_ext/tests/unit/test_brick_client.py index 3beaa8d..681ad36 100644 --- a/brick_cinderclient_ext/tests/unit/test_brick_client.py +++ b/brick_cinderclient_ext/tests/unit/test_brick_client.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/brick_cinderclient_ext/tests/unit/test_cli.py b/brick_cinderclient_ext/tests/unit/test_cli.py index 90af722..5b570e5 100644 --- a/brick_cinderclient_ext/tests/unit/test_cli.py +++ b/brick_cinderclient_ext/tests/unit/test_cli.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 2f3adb3..09cd38f 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