From b50f2b69e33be40422abbb0609ec449c1f85397a Mon Sep 17 00:00:00 2001 From: rajat29 Date: Tue, 29 Aug 2017 15:16:39 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: Ia07e73dd4b5945e44454e1dcbf0e90f87f430d90 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index c7649bd85..bccf180b8 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