From 230f77d36bf4fb0dcef2e5ea2c69bfcabbf9c69c Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Sun, 23 Jul 2017 00:47:45 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I9465b313a698a3a11a38fa589dd342f17ce05018 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3a93f58..9449014 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