summaryrefslogtreecommitdiff
path: root/hacking/return_skeleton_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/return_skeleton_generator.py')
-rwxr-xr-xhacking/return_skeleton_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/return_skeleton_generator.py b/hacking/return_skeleton_generator.py
index 83fd76a892..7002b7899d 100755
--- a/hacking/return_skeleton_generator.py
+++ b/hacking/return_skeleton_generator.py
@@ -90,7 +90,7 @@ def main(args):
data = json.load(src, strict=False)
docs = get_all_items(data)
if 'invocation' in docs:
- del(docs['invocation'])
+ del docs['invocation']
print(yaml.safe_dump(docs, default_flow_style=False))