Skip to content

Commit

Permalink
remove + from return in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Aug 4, 2024
1 parent 82af9e7 commit be16140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_customizing_environment/custom_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
def handler():
import torch

return {"torch_version": + torch.__version__}
return {"torch_version": torch.__version__}

0 comments on commit be16140

Please sign in to comment.