pylint and pep8 fixes
This commit is contained in:
parent
16948c5f9e
commit
a617d4a223
@ -36,8 +36,6 @@ from cloudinit.handlers import cloud_config as cc_part
|
||||
from cloudinit.handlers import shell_script as ss_part
|
||||
from cloudinit.handlers import upstart_job as up_part
|
||||
|
||||
from cloudinit.sources import DataSourceNone
|
||||
|
||||
from cloudinit import cloud
|
||||
from cloudinit import config
|
||||
from cloudinit import distros
|
||||
@ -51,6 +49,7 @@ LOG = logging.getLogger(__name__)
|
||||
|
||||
NULL_DATA_SOURCE = None
|
||||
|
||||
|
||||
class Init(object):
|
||||
def __init__(self, ds_deps=None):
|
||||
if ds_deps is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user