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
This commit is contained in:
melissaml 2017-01-06 07:37:23 +08:00
parent a04a44059f
commit dffe6f9d8b
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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