From ca2b39c4440ab020ca2736c48d04f87d707ecfb9 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Wed, 5 Jul 2017 10:52:42 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I0159fec9ba3488931ffd6c39e3537335a8cec6f7 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 179a126..319c528 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