Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Aug 6, 2024
1 parent 6419c36 commit 28927d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microcore/json_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def unwrap_json_substring(
)


# pylint: disable=too-many-return-statements
def fix_json(s: str) -> str:
"""
Fix internal JSON content
Expand Down

0 comments on commit 28927d7

Please sign in to comment.