Removes unnecessary utf-8 encoding

The following file(s) added utf-8 encoding but never used. So we can
remove them at all.

magnum/objects/certificate.py
magnum/objects/cluster.py

Change-Id: I359bc96e21bedf60c62181c9aa0c5e65a07ba5e9
This commit is contained in:
Cao Xuan Hoang 2016-12-22 10:56:03 +07:00
parent c8f07a1fb0
commit 2bc67d43a1
2 changed files with 0 additions and 6 deletions

View File

@ -1,6 +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

View File

@ -1,6 +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