diff options
author | Andreas Jaeger <aj@suse.de> | 2015-05-19 09:25:57 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2015-05-21 08:06:28 +0200 |
commit | 2720765cb3aa61a7b271dbeeadefaa62fa8e120f (patch) | |
tree | 777a5e7d3e230c4ea27a6217aacbcd577a0239b5 /ironic/api/middleware | |
parent | fe2f445418ad7cb7741a7d237fd2ad69c27833a4 (diff) | |
download | ironic-2720765cb3aa61a7b271dbeeadefaa62fa8e120f.tar.gz |
Prepare for hacking 0.10.x
Fix new warning that are introduced with hacking 0.10.x.
The failure messages fixed are:
H238 old style class declaration, use new style (inherit from `object`)
H105 Don't use author tags
H501 Do not use self.__dict__ for string formatting
Change-Id: Ia070d60754dfd85966178eadbf82a4d98b64407a
Diffstat (limited to 'ironic/api/middleware')
-rw-r--r-- | ironic/api/middleware/parsable_error.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ironic/api/middleware/parsable_error.py b/ironic/api/middleware/parsable_error.py index 02ca51ef0..742ee534f 100644 --- a/ironic/api/middleware/parsable_error.py +++ b/ironic/api/middleware/parsable_error.py @@ -2,8 +2,6 @@ # # Copyright © 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann <doug.hellmann@dreamhost.com> -# # 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 |