Remove useless variable

The headers variable is not used in this function, remove it.

Change-Id: If63f40ed389c08f5c9a16adfe0b596ef092bcf43
This commit is contained in:
jinxingfang 2018-03-08 09:53:38 +08:00
parent eff18709ac
commit 07e2dbd83b
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class IronicException(Exception):
"""
_msg_fmt = _("An unknown exception occurred.")
code = http_client.INTERNAL_SERVER_ERROR
headers = {}
safe = False
def __init__(self, message=None, **kwargs):