From 2fd962d145555ec707ad7a21383198e33c22bf15 Mon Sep 17 00:00:00 2001 From: avnish Date: Wed, 11 Jan 2017 16:06:45 +0530 Subject: [PATCH] Removed unnecessary utf-8 encoding Change-Id: I0ee2865c776e5fd8b0255ea9c801262d6a303faa --- doc/source/conf.py | 1 - releasenotes/source/conf.py | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f1e0e3d..144b69e 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 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 733e130..9d78404 100755 --- a/releasenotes/source/conf.py +++ b/releasenotes/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