Skip to content

Commit c757316

Browse files
committed
chore: permanent exceptions TBD in separate PR
1 parent 1822456 commit c757316

File tree

1 file changed

+0
-1
lines changed
  • aws_lambda_powertools/utilities/batch

1 file changed

+0
-1
lines changed

aws_lambda_powertools/utilities/batch/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def __init__(self, event_type: EventType):
169169
event_type: EventType
170170
Whether this is a SQS, DynamoDB Streams, or Kinesis Data Stream event
171171
"""
172-
# refactor: Bring boto3 etc. for deleting permanent exceptions
173172
self.event_type = event_type
174173
self.batch_response = self.DEFAULT_RESPONSE
175174
self._COLLECTOR_MAPPING = {

0 commit comments

Comments
 (0)