Remove useless variable
The headers variable is not used in this function, remove it. Change-Id: If63f40ed389c08f5c9a16adfe0b596ef092bcf43
This commit is contained in:
parent
eff18709ac
commit
07e2dbd83b
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user