From af3c0b4d3e280e03031bda07298da358de6f69cd Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Wed, 5 Jul 2017 10:44:22 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: Ib00889343c833b9ebbc7d9cb74cacd5c041d1918 --- doc/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cc59768ec..53d9a54ec 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License");