Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608749040
  • Loading branch information
colaboratory-team committed Feb 20, 2024
1 parent 6d9c478 commit 2cc7027
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion google/colab/_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import re
import site
import sys
import uuid
from IPython.core.display import _display_mimetype

__all__ = ["is_pip_install_command", "print_previous_import_warning"]
Expand Down Expand Up @@ -106,7 +107,8 @@ def print_previous_import_warning(output):
{
"pip_warning": {
"packages": packages,
}
},
"id": uuid.uuid4().hex,
},
),
raw=True,
Expand Down

0 comments on commit 2cc7027

Please sign in to comment.