Skip to content

Commit

Permalink
fix: proper type data
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed May 18, 2022
1 parent b75de4e commit 9670870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions booru/utils/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def better_object(parser: dict):
Returns
-------
dict
str
The new dictionaries with neat keys.
"""
Expand All @@ -139,7 +139,7 @@ def deserialize(data: list):
Returns
-------
dict
str
The deserialized with better object
"""
return json.loads(better_object(data))
Expand Down

0 comments on commit 9670870

Please sign in to comment.