Skip to content

Commit 58eebfb

Browse files
committed
delint
Signed-off-by: Sylvain Hellegouarch <[email protected]>
1 parent 2862bbb commit 58eebfb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

chaosaws/fis/actions.py

-10
Original file line numberDiff line numberDiff line change
@@ -501,13 +501,3 @@ def convert_tags(tags: Union[str, Dict[str, str]]) -> Dict[str, str]:
501501
result[k] = v
502502

503503
return result
504-
505-
506-
az = "eu-central-1a"
507-
arn = "arn:aws:iam::912823331559:role/service-role/AWSFISIAMRole-1701433028358"
508-
509-
experiment = start_availability_zone_power_interruption_scenario(
510-
az, "myexp=sylvain", arn
511-
)
512-
513-
print(experiment)

0 commit comments

Comments
 (0)