From b5527a894166c49f58c199f33489342a2ce9375c Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Wed, 11 Jan 2017 11:05:23 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding Change-Id: Ida32cf1c7d7735fc63381ad9b1d75e8d36731975 --- 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 30aa6a1e..32d0b609 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Mistral documentation build configuration file, created by # sphinx-quickstart on Fri Nov 1 02:06:28 2013. # diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e1c5908d..ce6fbee7 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