Skip to content

Commit

Permalink
Admin: Ruff formatting (#8445)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Dec 29, 2024
1 parent 622f668 commit d56c961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moto/stepfunctions/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def update_state_machine(self) -> TYPE_RESPONSE:
)
response = {"updateDate": state_machine.update_date}
if publish:
response["stateMachineVersionArn"] = state_machine.latest_version.arn # type: ignore
response["stateMachineVersionArn"] = state_machine.latest_version.arn # type: ignore
return 200, {}, json.dumps(response)

def list_tags_for_resource(self) -> TYPE_RESPONSE:
Expand Down

0 comments on commit d56c961

Please sign in to comment.