Skip to content

Commit 7311530

Browse files
committed
flake
1 parent e2c2148 commit 7311530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/penguin/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def literal_presenter(dumper, data):
3232
CoreDumper.add_representer(str, literal_presenter)
3333
CoreDumper.add_representer(int, int_to_hex_representer)
3434
yaml.add_constructor(
35-
'tag:yaml.org,2002:binary',
36-
yaml.constructor.SafeConstructor.construct_yaml_binary,
35+
'tag:yaml.org,2002:binary',
36+
yaml.constructor.SafeConstructor.construct_yaml_binary,
3737
Loader=CoreLoader,
3838
)
3939
# yaml.Dumper.add_representer(tuple, tuple_representer)

0 commit comments

Comments
 (0)