← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:fix-blank-line into cloud-init:master

 

Joshua Powers has proposed merging ~powersj/cloud-init:fix-blank-line into cloud-init:master.

Commit message:
tests: cleanup pycodestyle error of missing blank line

LP: #1692960

Requested reviews:
  cloud-init commiters (cloud-init-dev)
Related bugs:
  Bug #1692960 in cloud-init: "tests: pycodestyle regression - expected 2 blank lines"
  https://bugs.launchpad.net/cloud-init/+bug/1692960

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/324490

https://jenkins.ubuntu.com/server/job/cloud-init-style/39/consoleText
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:fix-blank-line into cloud-init:master.
diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py
index 44857c0..b9458ff 100644
--- a/cloudinit/sources/DataSourceAzure.py
+++ b/cloudinit/sources/DataSourceAzure.py
@@ -163,6 +163,7 @@ def get_resource_disk_on_freebsd(port_id):
         return devname
     return None
 
+
 # update the FreeBSD specific information
 if util.is_FreeBSD():
     DEFAULT_PRIMARY_NIC = 'hn0'

Follow ups