From 4ed6e9cc7b1c26f46a8e7ad385664243940f3769 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 22 Dec 2016 10:17:08 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding The following file added utf-8 encoding but never used. So we can remove them at all. dragonflow/__init__.py dragonflow/tests/base.py doc/source/conf.py Change-Id: I292436b55f23e5b13efa0652a187529e62b5dca3 --- doc/source/conf.py | 1 - dragonflow/__init__.py | 2 -- dragonflow/tests/base.py | 2 -- 3 files changed, 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cdb1cef9b..6cad0025e 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/dragonflow/__init__.py b/dragonflow/__init__.py index 46184e42b..6447b834d 100644 --- a/dragonflow/__init__.py +++ b/dragonflow/__init__.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 diff --git a/dragonflow/tests/base.py b/dragonflow/tests/base.py index 28bfe49e8..93ea9e741 100644 --- a/dragonflow/tests/base.py +++ b/dragonflow/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. #