From c38b206f7340763c6eff6ec123db19499facb808 Mon Sep 17 00:00:00 2001 From: yuhui_inspur Date: Thu, 9 Feb 2017 03:09:23 -0800 Subject: [PATCH] [TrivialFix]Remove the file encoding which is unnecessary Basically, the commit removes the file encoding - since jenkins is fine with it, means it was really unnecessary and the change makes sense. Change-Id: Id0821c9b11b9efad1836596c407566c9eb4dc11a --- 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 2a27f04ffe6..7f6aa2a5ba4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (c) 2010 OpenStack Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index fd71dbb16d6..510739e08a4 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