From da07d055c64da31a43c3e72fd56376557c8cb6b1 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Mon, 26 Dec 2016 11:43:29 +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: Ib3f1ef854306564fb090fb499d2606bc36408438 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5feb586..aefe838 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