Skip to content

Commit f23c3d1

Browse files
committed
Remove unnecessary import
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 973de31 commit f23c3d1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

module_2/client/module_2_client.ipynb

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,6 @@
77
"# Retrieving on demand features"
88
]
99
},
10-
{
11-
"cell_type": "code",
12-
"execution_count": 1,
13-
"metadata": {},
14-
"outputs": [
15-
{
16-
"name": "stdout",
17-
"output_type": "stream",
18-
"text": [
19-
"Requirement already satisfied: Pygments in /Users/dannychiao/.pyenv/versions/3.8.10/envs/python-3.8/lib/python3.8/site-packages (2.11.2)\n",
20-
"\u001b[33mWARNING: You are using pip version 22.0.3; however, version 22.1 is available.\n",
21-
"You should consider upgrading via the '/Users/dannychiao/.pyenv/versions/3.8.10/envs/python-3.8/bin/python -m pip install --upgrade pip' command.\u001b[0m\u001b[33m\n",
22-
"\u001b[0mNote: you may need to restart the kernel to use updated packages.\n"
23-
]
24-
}
25-
],
26-
"source": [
27-
"%pip install Pygments"
28-
]
29-
},
3010
{
3111
"cell_type": "markdown",
3212
"metadata": {},

0 commit comments

Comments
 (0)