From 65d51d43c8314bb2fcb15ec992b647504f653c1c Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Mon, 26 Dec 2016 11:32:34 +0800 Subject: [PATCH] Removes unnecessary utf-8 coding The file was added redundant utf-8 coding by some editor. we can delete it . Change-Id: Ie524fabe2682be6a490280864aec75e17f86c9cd --- releasenotes/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index f05bac0..ec08b59 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