Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemarmiesse authored Dec 25, 2024
1 parent bdd5556 commit 2c06894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_on_whales/components/compose/cli_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def run(
command: List[str] = [],
build: bool = False,
detach: bool = False,
entrypoint: Optional[List[str]] = None,
entrypoint: Optional[str] = None,
# envs: Dict[str, str] = {},
labels: Dict[str, str] = {},
name: Optional[str] = None,
Expand Down

0 comments on commit 2c06894

Please sign in to comment.