From ae69ce862dff5a30de60c314b363fb8de6214f37 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Wed, 5 Jul 2017 10:22:31 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I511ac4d37501d8d70369811a065dc85c61a9566b --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 61e8913d54..d851547367 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