Skip to content

Commit 76ba793

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6327296 commit 76ba793

File tree

1 file changed

+1
-1
lines changed
  • astronomer/providers/amazon/aws/sensors

1 file changed

+1
-1
lines changed

astronomer/providers/amazon/aws/sensors/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def execute(self, context: Context) -> None:
9292
aws_conn_id=self.aws_conn_id,
9393
verify=self.verify,
9494
poke_interval=self.poke_interval,
95-
soft_fail=self.soft_fail
95+
soft_fail=self.soft_fail,
9696
),
9797
method_name="execute_complete",
9898
)

0 commit comments

Comments
 (0)