From 9b9233a693cbff3aad5e4e898224c33152a50c2b Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Thu, 16 Feb 2017 19:33:22 +0530 Subject: [PATCH] Remove utf-8 encoding py35 does not require the utf encoding in header. So, remove it. Change-Id: Ic4ed8a3326410a32d12c30eb36e4b077fb6dc36b --- releasenotes/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index d4c963d..6ace0b3 100644 --- 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