Removes unnecessary utf-8 encoding

The following files added utf-8 encoding but never used. So we can
removes them at all.

ironic_python_agent/extensions/image.py
ironic_python_agent/extensions/iscsi.py
ironic_python_agent/tests/unit/extensions/test_image.py
ironic_python_agent/tests/unit/extensions/test_iscsi.py

Change-Id: Ifc98faf025ee81f885ea58d9203037c6357ea7f2
This commit is contained in:
Cao Xuan Hoang
2017-01-16 08:25:10 +07:00
parent 51ab461af8
commit 6997907b07
4 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2015 Red Hat, Inc.
# All Rights Reserved.
#

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2015 Red Hat, Inc.
# All Rights Reserved.
#

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2015 Red Hat, Inc.
# All Rights Reserved.
#

View File

@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Copyright 2015 Red Hat, Inc.
# All Rights Reserved.
#