From 4cccfea966f98dfe3ab952cb7aafec4665e47396 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 22 Dec 2016 10:52:35 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding The following file(s) added utf-8 encoding but never used. So we can remove them at all. ironic_ui/__init__.py ironic_ui/content/__init__.py Change-Id: Id758fe02765b8d18600458ae4c7f9deb4e484476 --- ironic_ui/__init__.py | 2 -- ironic_ui/content/__init__.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/ironic_ui/__init__.py b/ironic_ui/__init__.py index 7abed690..e8145616 100644 --- a/ironic_ui/__init__.py +++ b/ironic_ui/__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/ironic_ui/content/__init__.py b/ironic_ui/content/__init__.py index 7abed690..e8145616 100644 --- a/ironic_ui/content/__init__.py +++ b/ironic_ui/content/__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