From d70579c17de8c668275e529872c383a434043375 Mon Sep 17 00:00:00 2001 From: miaohb Date: Wed, 4 Jan 2017 17:58:42 +0800 Subject: [PATCH] Remove unnecessary coding format in the head of files The line of "coding utf8" is added by some editors automatically. It's useless, can be removed. Change-Id: Ieee4f43abc01ebadd3331bc86fded333b323873a --- doc/source/conf.py | 1 - releasenotes/source/conf.py | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 84c07bce..3b2a4b37 100644 --- 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/releasenotes/source/conf.py b/releasenotes/source/conf.py index a1949843..90f9f2d3 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