Skip to content

Commit

Permalink
🎨 Format - ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Dec 7, 2023
1 parent 106be94 commit c1f2707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-backend/agenta_backend/services/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def start_container(
network="agenta-network",
name=container_name,
environment=env_vars,
extra_hosts=extra_hosts
extra_hosts=extra_hosts,
)
# Check the container's status
sleep(0.5)
Expand Down

0 comments on commit c1f2707

Please sign in to comment.