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

TrivialFix

Change-Id: Ie151a888bf5c36b545e221e9a41f6efac2ab676f
This commit is contained in:
melissaml 2017-01-05 22:44:46 +08:00
parent 24465d13f8
commit 02085d113e
1 changed files with 0 additions and 1 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