From d333f839947ae27aa9b5a99ae5fded728ef7f851 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Tue, 27 Dec 2016 09:08:15 +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: I35047b1f3abea24903d6cac65f572edaed11ee79 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 33df93e..ad4ee84 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