Skip to content

Commit

Permalink
chore: Remove stale SchemaBase.from_json comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Aug 25, 2024
1 parent f235284 commit bd1d580
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tools/schemapi/schemapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1293,12 +1293,7 @@ def from_dict(

@classmethod
def from_json(
cls,
json_string: str,
validate: bool = True,
**kwargs: Any,
# Type hints for this method would get rather complicated
# if we want to provide a more specific return type
cls, json_string: str, validate: bool = True, **kwargs: Any
) -> ChartType:
"""
Instantiate the object from a valid JSON string.
Expand Down

0 comments on commit bd1d580

Please sign in to comment.