From c55f6ebea8f904e8c1d25620b70413539d028e44 Mon Sep 17 00:00:00 2001 From: M V P Nitesh Date: Wed, 11 Jan 2017 19:41:28 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding Change-Id: I02509b6adbe77b83202d45ffdb2f9842eb56253c --- ironic_staging_drivers/__init__.py | 2 -- ironic_staging_drivers/tests/unit/amt/utils.py | 2 -- ironic_staging_drivers/tests/unit/iboot/test_power.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/ironic_staging_drivers/__init__.py b/ironic_staging_drivers/__init__.py index 5f01b40..7c0596e 100644 --- a/ironic_staging_drivers/__init__.py +++ b/ironic_staging_drivers/__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_staging_drivers/tests/unit/amt/utils.py b/ironic_staging_drivers/tests/unit/amt/utils.py index 43d5083..8911cac 100644 --- a/ironic_staging_drivers/tests/unit/amt/utils.py +++ b/ironic_staging_drivers/tests/unit/amt/utils.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 Red Hat, Inc. # All Rights Reserved. # diff --git a/ironic_staging_drivers/tests/unit/iboot/test_power.py b/ironic_staging_drivers/tests/unit/iboot/test_power.py index 4ac69c2..0f8a82f 100644 --- a/ironic_staging_drivers/tests/unit/iboot/test_power.py +++ b/ironic_staging_drivers/tests/unit/iboot/test_power.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2014 Red Hat, Inc. # All Rights Reserved. #