From 02085d113e3d9ea390ae35d84fb1a3b520507048 Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 5 Jan 2017 22:44:46 +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 TrivialFix Change-Id: Ie151a888bf5c36b545e221e9a41f6efac2ab676f --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 683ea1e..fd22160 100755 --- 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