Skip to content

Commit 77d70f7

Browse files
scmacdonbrmur
authored andcommitted
updated scenario
1 parent 25d24dd commit 77d70f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/example_code/neptune/neptune_scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def delete_db_subnet_group(neptune_client, subnet_group_name):
107107

108108
try:
109109
neptune_client.delete_db_subnet_group(**delete_group_request)
110-
print(f"🗑️ Deleting Subnet Group: {subnet_group_name}")
110+
print(f"️ Deleting Subnet Group: {subnet_group_name}")
111111

112112
except ClientError as err:
113113
code = err.response["Error"]["Code"]

0 commit comments

Comments
 (0)