Merge "Remove useless variable"

This commit is contained in:
Zuul 2018-03-12 06:23:05 +00:00 committed by Gerrit Code Review
commit 9ecaa1bbcb
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):