fix the style guide to match the code
Change-Id: Ia06e64d6184393323162cdbb39239ab49e8749a0
This commit is contained in:
12
HACKING.rst
12
HACKING.rst
@@ -57,12 +57,14 @@ Example::
|
||||
import eventlet
|
||||
import webob.exc
|
||||
|
||||
import nova.api.ec2
|
||||
from nova.api import openstack
|
||||
from nova.auth import users
|
||||
import nova.flags
|
||||
from nova.endpoint import cloud
|
||||
from nova import test
|
||||
from nova import utils
|
||||
from nova.api import openstack
|
||||
from nova.auth import ldap
|
||||
from nova.auth import users
|
||||
from nova.endpoint import cloud
|
||||
import nova.flags
|
||||
import nova.api.ec2
|
||||
|
||||
|
||||
Docstrings
|
||||
|
||||
Reference in New Issue
Block a user