Skip to content

Commit

Permalink
chore: add a missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Apr 15, 2024
1 parent e1bb629 commit 82e8e4c
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 @@ -157,7 +157,7 @@ class CloudCredential:
redacted: List[str] = dataclasses.field(default_factory=list)
"""A list of redacted secrets."""

def _to_ops(self):
def _to_ops(self) -> ops.CloudCredential:
return ops.CloudCredential(
auth_type=self.auth_type,
attributes=self.attributes,
Expand Down

0 comments on commit 82e8e4c

Please sign in to comment.