Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafcio19 committed Feb 13, 2025
1 parent 5ea1dbd commit 7b6d6e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions moto/ecs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,10 +780,6 @@ def __init__(
self.name = container_def.get("name")
self.command = container_def.get("command")

def response_object_run_task(self) -> Dict[str, Any]: # type: ignore
response_object = self.gen_response_object()
return response_object


class ContainerInstance(BaseObject):
def __init__(
Expand Down

0 comments on commit 7b6d6e6

Please sign in to comment.