Skip to content

Commit

Permalink
jsondiff: include YAML dumper/loader in __all__
Browse files Browse the repository at this point in the history
Include the new YAML tools in the __all__ export for consistency.

Signed-off-by: Cory Todd <[email protected]>
  • Loading branch information
Cory Todd committed Jun 11, 2023
1 parent a4d9372 commit cde318b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsondiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,4 +640,6 @@ def similarity(a, b, cls=JsonDiffer, **kwargs):
"JsonDiffer",
"JsonDumper",
"JsonLoader",
"YamlDumper",
"YamlLoader"
]

0 comments on commit cde318b

Please sign in to comment.