Skip to content

Commit a6c8a19

Browse files
committed
format
1 parent ffbd51f commit a6c8a19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cabotage/celery/tasks/deploy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,9 @@ def render_process_container(
16501650
)
16511651

16521652

1653-
def render_datadog_container(dd_api_key, datadog_tags, datadog_image: str | None = None):
1653+
def render_datadog_container(
1654+
dd_api_key, datadog_tags, datadog_image: str | None = None
1655+
):
16541656
return kubernetes.client.V1Container(
16551657
name="dogstatsd-sidecar",
16561658
restart_policy="Always",

0 commit comments

Comments
 (0)