From 7f1c66e01f68bdd2361e67fc8a716b27a8954d41 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Thu, 20 Jul 2017 16:34:22 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I19ecb9c37e737c7e94a39c1d6ec21f4f25e929d3 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0970c6b2..c1038701 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