From dffe6f9d8bdbc3918346a45886401cd6fffae24d Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 6 Jan 2017 07:37:23 +0800 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. doc/source/conf.py releasenotes/source/conf.py TrivialFix Change-Id: I9e9d4e54cbd6eb92b2b9bd0fb5221becb4ff3604 --- 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 c2eece4f..21c0c800 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 e9a3dfbd..f6fea013 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