Remove non existent rule N327 from HACKING.rst

N327 was removed in e0d22ba4de

Change-Id: Ie433b4708d9df7fb3c6ac230c48dc953402b2055
This commit is contained in:
Joe Gordon 2015-01-07 15:10:07 -08:00
parent 571893ab42
commit fe9072edde
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ Nova Specific Commandments
- [N324] Ensure that jsonutils.%(fun)s must be used instead of json.%(fun)s
- [N325] str() and unicode() cannot be used on an exception. Remove use or use six.text_type()
- [N326] Translated messages cannot be concatenated. String should be included in translated message.
- [N327] assert_called_once() is not a valid method
- [N328] Validate that LOG.info messages use _LI.
- [N329] Validate that LOG.exception messages use _LE.
- [N330] Validate that LOG.warning messages use _LW.