From d38571499cd4c9774fc2837a5065de7f812141da Mon Sep 17 00:00:00 2001 From: miaohb Date: Wed, 4 Jan 2017 18:00:47 +0800 Subject: [PATCH] Remove unnecessary coding format in the head of files The line of "coding utf8" is added by some editors automatically. It's useless, can be removed. Change-Id: I066a91972750bc6ef79858dc434b7e7be9dcf52f --- doc/source/conf.py | 1 - openstack/tests/unit/base.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 05443eb3..7086ccf0 100644 --- a/doc/source/conf.py +++ b/doc/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 diff --git a/openstack/tests/unit/base.py b/openstack/tests/unit/base.py index 0b5b1f44..eae41c16 100644 --- a/openstack/tests/unit/base.py +++ b/openstack/tests/unit/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. #