From 8a1a3a8430e53df17260c76a877d90c949999a68 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Fri, 21 Jul 2017 23:25:11 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: Ib85e8deb1b26c3175627e8718d1b9a0152547922 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index bfda034..6a3f1af 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