Skip to content

Commit f6a17d7

Browse files
committed
...
1 parent 41b5f97 commit f6a17d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/package_installation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# import PIL -> pip install Pillow
3333
#
3434
# Common mappings are built-in. For others, use install_package_as:
35-
with install_package_as("PyYAML"):
35+
with worker_only_import("PyYAML"):
3636
import yaml
3737

3838
# `worker_only_import` skips the local install entirely. The package only

0 commit comments

Comments
 (0)