From 3cc682c19da62e976e4955666f64dd55bbe4be4d Mon Sep 17 00:00:00 2001 From: Sanu Madhavan Date: Fri, 20 Jan 2017 15:48:49 +0530 Subject: [PATCH] Removes unused utf-8 declaration Following files contain #-*- coding: utf-8 -*- declaration but don't contain any unicode character Change-Id: Iec6d4b867a4e079a07d5f0f653ab443085eb4ab5 --- doc/source/conf.py | 2 -- tests/test_openstackclient.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9ddaa15..7ce3a6a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # OpenStack Command Line Client documentation build configuration file, created # by sphinx-quickstart on Wed May 16 12:05:58 2012. # diff --git a/tests/test_openstackclient.py b/tests/test_openstackclient.py index 31bdb54..4796d0e 100644 --- a/tests/test_openstackclient.py +++ b/tests/test_openstackclient.py @@ -1,5 +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