Skip to content

Commit

Permalink
Remove unnecessary type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Apr 25, 2024
1 parent 1118d06 commit 46e10d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_safe_haven/infrastructure/stack_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def __init__(
program: DeclarativeSHM | DeclarativeSRE,
) -> None:
self.account = PulumiAccount(context, config)
self.context: Context = context
self.cfg: Config = config
self.context = context
self.cfg = config
self.pulumi_project = pulumi_project
self.logger = LoggingSingleton()
self._stack: automation.Stack | None = None
Expand Down

0 comments on commit 46e10d2

Please sign in to comment.