From eeababfe8146b78042cc8c9ba78d03709995b0d3 Mon Sep 17 00:00:00 2001 From: M V P Nitesh Date: Wed, 11 Jan 2017 19:34:26 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding Change-Id: I90cc37e5e3fdc8e7451ad5be455d78a70ade9d5d --- ironic/common/fsm.py | 2 -- ironic/tests/unit/common/test_fsm.py | 2 -- ironic/tests/unit/common/test_states.py | 2 -- ironic/tests/unit/drivers/modules/test_agent_base_vendor.py | 2 -- 4 files changed, 8 deletions(-) diff --git a/ironic/common/fsm.py b/ironic/common/fsm.py index 9bd103a262..6aab03128e 100644 --- a/ironic/common/fsm.py +++ b/ironic/common/fsm.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/ironic/tests/unit/common/test_fsm.py b/ironic/tests/unit/common/test_fsm.py index 9f0844c2ed..31c2f9e9d4 100644 --- a/ironic/tests/unit/common/test_fsm.py +++ b/ironic/tests/unit/common/test_fsm.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/ironic/tests/unit/common/test_states.py b/ironic/tests/unit/common/test_states.py index 8b38fa504f..577fd52d3f 100644 --- a/ironic/tests/unit/common/test_states.py +++ b/ironic/tests/unit/common/test_states.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2015 Intel Corporation. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/ironic/tests/unit/drivers/modules/test_agent_base_vendor.py b/ironic/tests/unit/drivers/modules/test_agent_base_vendor.py index a52c3c1620..46b8e325d2 100644 --- a/ironic/tests/unit/drivers/modules/test_agent_base_vendor.py +++ b/ironic/tests/unit/drivers/modules/test_agent_base_vendor.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Copyright 2015 Red Hat, Inc. # All Rights Reserved. #