Skip to content

Commit

Permalink
Document DuplicateKey
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Aug 18, 2024
1 parent 10ff7c8 commit 0d665bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsonyx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
] | str]
_Node = tuple[dict[Any, Any] | list[Any], int | slice | str]

DuplicateKey.__module__ = __name__
JSONSyntaxError.__module__ = __name__
Manipulator.__module__ = __name__

Expand Down

0 comments on commit 0d665bf

Please sign in to comment.