summaryrefslogtreecommitdiff
path: root/cloudinit/sources
diff options
context:
space:
mode:
authorroot <root@instance-16199.bigstep.io>2016-03-02 08:53:47 +0000
committerroot <root@instance-16199.bigstep.io>2016-03-02 08:53:47 +0000
commitd5d89cfb1e61e6cc3f732a18ec1aa4d2b288489d (patch)
treecf3496d54b6cad077444f96b92afb1a32c3fe4fd /cloudinit/sources
parentab6f166da7290928d56ff3c62a5280536e1d241f (diff)
downloadvyos-cloud-init-d5d89cfb1e61e6cc3f732a18ec1aa4d2b288489d.tar.gz
vyos-cloud-init-d5d89cfb1e61e6cc3f732a18ec1aa4d2b288489d.zip
Pep8 changes to Bigstep datasource.
Diffstat (limited to 'cloudinit/sources')
-rw-r--r--cloudinit/sources/DataSourceBigstep.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudinit/sources/DataSourceBigstep.py b/cloudinit/sources/DataSourceBigstep.py
index 67d43eb3..c22ffdb6 100644
--- a/cloudinit/sources/DataSourceBigstep.py
+++ b/cloudinit/sources/DataSourceBigstep.py
@@ -21,7 +21,6 @@ class DataSourceBigstep(sources.DataSource):
self.vendordata_raw = ""
self.userdata_raw = ""
-
def get_data(self, apply_filter=False):
url = get_url_from_file()
response = url_helper.readurl(url)
@@ -45,4 +44,3 @@ datasources = [
# Return a list of data sources that match this set of dependencies
def get_datasource_list(depends):
return sources.list_from_depends(depends, datasources)
-