From 85bce58f1202dc2868e7d3f0abd7f3fcd96700f0 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 26 Sep 2013 10:56:23 -0400 Subject: fix pep8 --- cloudinit/sources/DataSourceAzure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py index 3f96a0a5..ef3f073a 100644 --- a/cloudinit/sources/DataSourceAzure.py +++ b/cloudinit/sources/DataSourceAzure.py @@ -120,7 +120,6 @@ class DataSourceAzureNet(sources.DataSource): if seed: self.metadata['random_seed'] = seed - # now update ds_cfg to reflect contents pass in config usercfg = util.get_cfg_by_path(self.cfg, DS_CFG_PATH, {}) self.ds_cfg = util.mergemanydict([usercfg, self.ds_cfg]) -- cgit v1.2.3