From c5cd023e8d75e87367ecbcc3733bc74fead516ba Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Mon, 14 Aug 2017 16:40:33 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I712da61d2604c0ab92943246abdbbf1ce76c7901 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 96c79b63..2192089e 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");