Merge "Disambiguate the hacking rules for third party imports"

This commit is contained in:
Zuul 2018-02-04 21:33:47 +00:00 committed by Gerrit Code Review
commit 473641b623

View File

@ -58,6 +58,9 @@ Imports
- [H306] Alphabetically order your imports by the full module path.
Organize your imports according to the `Import order
template`_ and `Real-world Import Order Examples`_ below.
For the purposes of import order, OpenStack projects other than the
one to which the file belongs are considered "third party". Only
imports from the same Git repo are considered "project imports"
(*) exceptions are: