Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 14, 2024
1 parent ad40557 commit ee0db61
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 225 deletions.
2 changes: 0 additions & 2 deletions paramdb/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def _decompress(compressed_text: bytes) -> str:
return ZstdDecompressor().decompress(compressed_text).decode()


# pylint: disable-next=too-many-return-statements
def _encode_json(obj: Any) -> Any:
"""
Encode the given object and its children into a JSON-serializable format.
Expand Down Expand Up @@ -94,7 +93,6 @@ def _encode_json(obj: Any) -> Any:
)


# pylint: disable-next=too-many-return-statements
def _decode_json(json_data: Any) -> Any:
"""Reconstruct an object encoded by ``_json_encode()``."""
if isinstance(json_data, list):
Expand Down
Loading

0 comments on commit ee0db61

Please sign in to comment.