diff --git a/HACKING.rst b/HACKING.rst index 8de49a735..e06eae735 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -66,6 +66,7 @@ Nova Specific Commandments - [N357] Use oslo_utils.uuidutils or uuidsentinel(in case of test cases) to generate UUID instead of uuid4(). - [N358] Return must always be followed by a space when returning a value. +- [N359] Check for redundant import aliases. Creating Unit Tests -------------------