Skip to content

Commit ce74358

Browse files
accidentally a type
1 parent 659a3d9 commit ce74358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/testcontainers/compose/compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def docker_compose_command(self) -> list[str]:
189189
Returns command parts used for the docker compose commands
190190
191191
Returns:
192-
str: Docker compose command parts.
192+
list[str]: Docker compose command parts.
193193
"""
194194
return self.compose_command_property
195195

0 commit comments

Comments
 (0)