File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 176176 Standardize Import Format
177177=========================
178178
179- .. _`Import Order Guide` : https://docs.openstack.org/hacking/latest/user/hacking.html#imports
179+ More information about Import Format, see `Import Order Guide
180+ <https://docs.openstack.org/hacking/latest/user/hacking.html#imports> `__.
180181
181182The import order shows below:
182183
183- * {{stdlib imports in human alphabetical order}}
184- * \n
185- * {{third-party lib imports in human alphabetical order}}
186- * \n
187- * {{project imports in human alphabetical order}}
188- * \n
189- * \n
190- * {{begin your code}}
184+ .. code-block :: none
185+
186+ {{stdlib imports in human alphabetical order}}
187+ \n
188+ {{third-party lib imports in human alphabetical order}}
189+ \n
190+ {{project imports in human alphabetical order}}
191+ \n
192+ \n
193+ {{begin your code}}
191194
192195 Example
193196~~~~~~~
You can’t perform that action at this time.
0 commit comments