Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635638314
  • Loading branch information
katlyn-edwards authored and colaboratory-team committed May 21, 2024
1 parent cfe0fdb commit 0bb02aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/colab/_shell_customizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def import_message(error):
'action_text': 'Install {}'.format(module_name),
# Snippets for installing a custom library always end with
# an import of the library itself.
'snippet_filter': 'import {}'.format(module_name),
'snippet_filter': module_name,
},
],
}
Expand Down

0 comments on commit 0bb02aa

Please sign in to comment.