From f2a75dfd6250fc282978a329ddc7de70b082a9a6 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Wed, 5 Jul 2017 13:41:53 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: Ic1b40a8505bc97e5e314b35b67145c954a78d6e0 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 6fcc1cf4..cae9695a 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