refactoring

This commit is contained in:
frankknoll
2022-05-13 20:53:35 +02:00
parent 8382945e18
commit 724c22b4cc

View File

@@ -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",