From 7ce58d06567a931f9ea44ef72a5e559a272ccc7a Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Mon, 26 Dec 2016 17:14:07 +0800 Subject: [PATCH] Removes unnecessary utf-8 coding for python-searchlightclient The file was added redundant utf-8 coding by some editor. we can delete it . Change-Id: I6b90f79dbd7a9f395c23a7a8ef1f84808be52898 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e0a2a9b..dd04564 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