From 0960e6db6ddab4e59f3700e09ecb5e04c1271e29 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Tue, 22 Aug 2017 14:24:47 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I813c5013c5371e0d50918e6e7639a956db78f31d --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index c6d68bd..c9ab60f 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