Skip to content

Commit f5952b6

Browse files
updated imports
1 parent ee7b9f5 commit f5952b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

notebooks/pathomics/microscopy_dicom_ann_intro.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"\n",
3434
"----------------------\n",
3535
"\n",
36-
"Initial version: Jan 2025"
36+
"Initial version: Jan 2025 \n",
37+
"Last updated: Oct 2025"
3738
]
3839
},
3940
{
@@ -118,15 +119,13 @@
118119
"source": [
119120
"import os\n",
120121
"import json\n",
121-
"import random\n",
122-
"import subprocess\n",
123122
"import pandas as pd\n",
124123
"import numpy as np\n",
125124
"import highdicom as hd\n",
126125
"import matplotlib.pyplot as plt\n",
127126
"from idc_index import index\n",
128127
"from wsidicom import WsiDicom\n",
129-
"from typing import List, Tuple, Union\n",
128+
"from typing import List, Tuple\n",
130129
"import shapely\n",
131130
"from shapely.geometry import Polygon, box\n",
132131
"from shapely.strtree import STRtree\n",

0 commit comments

Comments
 (0)