formatting

This commit is contained in:
JanLJL
2022-04-07 12:17:08 +02:00
parent cd3690f6f9
commit 9bbb289f9d
3 changed files with 3 additions and 3 deletions

View File

@@ -615,7 +615,7 @@ def _get_full_instruction_name(instruction_form):
def __represent_none(self, data):
"""Get YAML None representation."""
return self.represent_scalar(u"tag:yaml.org,2002:null", u"~")
return self.represent_scalar("tag:yaml.org,2002:null", "~")
def _create_yaml_object():