Skip to content

Commit

Permalink
chore: standardize code formatting to Python language specifier
Browse files Browse the repository at this point in the history
- Update the code block language specifier to `python`

Signed-off-by: jason.lai <[email protected]>
  • Loading branch information
jasonlai1218 committed Mar 10, 2024
1 parent a42ef66 commit 51e5ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/customizing_dependencies/imagespec.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ FLYTE_FORCE_PUSH_IMAGE_SPEC=True pyflyte run --remote image_spec.py wf

or

```
```python
image = ImageSpec(registry="ghcr.io/flyteorg", packages=["pandas"]).force_push()
```

0 comments on commit 51e5ee2

Please sign in to comment.