Merge "Add blank lines between functions and classes"

This commit is contained in:
Zuul 2022-06-20 16:25:58 +00:00 committed by Gerrit Code Review
commit c24b5ad83d

View File

@ -69,6 +69,7 @@ except NameError:
if yaml.SafeDumper not in AnsibleDumper.__bases__:
AnsibleDumper.__bases__ = (yaml.SafeDumper,) + AnsibleDumper.__bases__
class IDumper(AnsibleDumper):
def increase_indent(self, flow=False, indentless=False):
return super(IDumper, self).increase_indent(flow, False)