We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c2148 commit 7311530Copy full SHA for 7311530
src/penguin/common.py
@@ -32,8 +32,8 @@ def literal_presenter(dumper, data):
32
CoreDumper.add_representer(str, literal_presenter)
33
CoreDumper.add_representer(int, int_to_hex_representer)
34
yaml.add_constructor(
35
- 'tag:yaml.org,2002:binary',
36
- yaml.constructor.SafeConstructor.construct_yaml_binary,
+ 'tag:yaml.org,2002:binary',
+ yaml.constructor.SafeConstructor.construct_yaml_binary,
37
Loader=CoreLoader,
38
)
39
# yaml.Dumper.add_representer(tuple, tuple_representer)
0 commit comments