From efad89ab07ee1a69736e931e68a6f7de7c99763f Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Mon, 26 Dec 2016 15:21:34 +0800 Subject: [PATCH] Removes unnecessary utf-8 coding The file was added redundant utf-8 coding by some editor. we can delete it . Change-Id: I51d76072500a684cc8941528dfc588d3073e34c6 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index dddd322..e6c81e8 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