Skip to content

Commit

Permalink
chore: refactor according to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Apr 9, 2024
1 parent 8a058d1 commit 56e56db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenario/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ class State(_DCBase):
workload_version: str = ""
"""Workload version."""
cloud_spec: Optional[CloudSpec] = None
"""Cloud specification information (metadata) including credentials."""

def __post_init__(self):
for name in ["app_status", "unit_status"]:
Expand Down

0 comments on commit 56e56db

Please sign in to comment.