Skip to content

Commit

Permalink
Update scenario/state.py
Browse files Browse the repository at this point in the history
Co-authored-by: PietroPasotti <[email protected]>
  • Loading branch information
IronCore864 and PietroPasotti authored Apr 9, 2024
1 parent 0c25e09 commit da8dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class CloudSpec:

@classmethod
def from_dict(cls, d: Dict[str, Any]) -> "CloudSpec":
"""Create a new CloudSpec object from a dict parsed from JSON."""
"""Create a new CloudSpec object from a dict."""
return cls(
type=d["type"],
name=d["name"],
Expand Down

0 comments on commit da8dea3

Please sign in to comment.