From c8674dbaa6661a86d6bcd77c75c258c6d302b56c Mon Sep 17 00:00:00 2001 From: miaohb Date: Thu, 5 Jan 2017 09:17:51 +0800 Subject: [PATCH] Remove unnecessary utf8 coding format in the head of files The line of "coding: utf-8" is added by some editors automatically. It is useless, can be removed. Change-Id: I50ded5ec5140cfbcfdaa1a09ac816e6c88969000 --- doc/source/conf.py | 2 -- releasenotes/source/conf.py | 2 -- tests/unit/transport/test_ws.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cfb10624..64c4c71a 100644 --- a/doc/source/conf.py +++ b/doc/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/releasenotes/source/conf.py b/releasenotes/source/conf.py index b4720d63..730247e8 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/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/tests/unit/transport/test_ws.py b/tests/unit/transport/test_ws.py index 20abfde7..aad30de5 100644 --- a/tests/unit/transport/test_ws.py +++ b/tests/unit/transport/test_ws.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