summaryrefslogtreecommitdiff
path: root/cloudinit/handlers
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2013-07-20 13:13:02 -0700
committerJoshua Harlow <harlowja@gmail.com>2013-07-20 13:13:02 -0700
commitbbfc76fb74595881b25acc1bbbd426314c2390ed (patch)
tree68a45e5bb5dcfa97b67cbd5109fbceffe4975151 /cloudinit/handlers
parent2849c8d3eb44b186e9eaed46080796d56e9529f2 (diff)
downloadvyos-cloud-init-bbfc76fb74595881b25acc1bbbd426314c2390ed.tar.gz
vyos-cloud-init-bbfc76fb74595881b25acc1bbbd426314c2390ed.zip
Remove return not used.
Diffstat (limited to 'cloudinit/handlers')
-rw-r--r--cloudinit/handlers/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/handlers/__init__.py b/cloudinit/handlers/__init__.py
index 93df5b61..f9b90323 100644
--- a/cloudinit/handlers/__init__.py
+++ b/cloudinit/handlers/__init__.py
@@ -232,7 +232,6 @@ def walk(msg, callback, data):
headers['Content-Type'] = ctype
callback(data, filename, part.get_payload(decode=True), headers)
partnum = partnum + 1
- return partnum
def fixup_handler(mod, def_freq=PER_INSTANCE):