We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc00b0 commit 2f029f3Copy full SHA for 2f029f3
e2e/utils/resource.py
@@ -1,5 +1,4 @@
1
import json
2
-import re
3
import os
4
import uuid
5
import boto3
@@ -172,4 +171,3 @@ def delete_imms_records(identifiers: list[str]) -> None:
172
171
f"[teardown warning] Deleted {success_count} records out of {total}, "
173
f"failed to delete {failure_count}"
174
)
175
-
0 commit comments