From c9427c9111a5b86ffd4d8cca246f1ef9f50a711d Mon Sep 17 00:00:00 2001 From: ji-xuepeng Date: Thu, 12 Jan 2017 21:16:04 +0800 Subject: [PATCH] Removes unnecessary utf-8 coding Change-Id: I92884231ee5360873a55c29a928d3ef16bade441 --- doc/source/conf.py | 2 -- releasenotes/source/conf.py | 1 - 2 files changed, 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 284bcb3b..29bf3157 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # keystonemiddleware documentation build configuration file, created by # sphinx-quickstart on Sun Dec 6 14:19:25 2009. # diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4b682f9e..eab8c725 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