Merge "Disambiguate the hacking rules for third party imports"
This commit is contained in:
@@ -58,6 +58,9 @@ Imports
|
|||||||
- [H306] Alphabetically order your imports by the full module path.
|
- [H306] Alphabetically order your imports by the full module path.
|
||||||
Organize your imports according to the `Import order
|
Organize your imports according to the `Import order
|
||||||
template`_ and `Real-world Import Order Examples`_ below.
|
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:
|
(*) exceptions are:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user