Skip to content

Commit 5aa7fee

Browse files
committed
format
1 parent 9356f59 commit 5aa7fee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/cli_commands/erv2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,9 @@ def commit(self, source: TerraformCli) -> None:
537537
self.upload_state()
538538
source.upload_state()
539539

540-
def _elasticache_import_password(self, destination: TfResource, password: str) -> None:
540+
def _elasticache_import_password(
541+
self, destination: TfResource, password: str
542+
) -> None:
541543
"""Import the elasticache auth_token random_password."""
542544
self._tf_import(address=destination.address, value=password)
543545

0 commit comments

Comments
 (0)