refactoring
This commit is contained in:
@@ -234,6 +234,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"import zipfile\n",
|
"import zipfile\n",
|
||||||
|
"import os\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def unzip(zipFile, dstDir):\n",
|
"def unzip(zipFile, dstDir):\n",
|
||||||
" with zipfile.ZipFile(zipFile, 'r') as zip_ref:\n",
|
" with zipfile.ZipFile(zipFile, 'r') as zip_ref:\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user