diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-05-18 08:36:29 -0700 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-05-18 09:37:02 -0700 |
commit | fcf75cb48486ad2194fd59bb2042a9ad03e8d076 (patch) | |
tree | 592521295d7f597c7be7775bf08548298d432487 /heatclient/common/utils.py | |
parent | d057d6c2464eae9afd8a4a484cbdc31f2ea9a3fa (diff) | |
download | python-heatclient-fcf75cb48486ad2194fd59bb2042a9ad03e8d076.tar.gz |
Cleaned up code in anticipation of flake8.
Change-Id: Id710edb1a82110653e783fed13cd589cab75f38a
Diffstat (limited to 'heatclient/common/utils.py')
-rw-r--r-- | heatclient/common/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/heatclient/common/utils.py b/heatclient/common/utils.py index c0f3439..07e20b8 100644 --- a/heatclient/common/utils.py +++ b/heatclient/common/utils.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -import errno -import hashlib import os import sys import uuid |