Skip to content

Commit 678fc3d

Browse files
authored
Update shutil.py
1 parent cfb3d0f commit 678fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ def _ensure_directory(path):
13091309
if not os.path.isdir(dirname):
13101310
os.makedirs(dirname)
13111311

1312-
def _unpack_zipfile(filename, extract_dir, **kwargs):
1312+
def _unpack_zipfile(filename, extract_dir):
13131313
"""Unpack zip `filename` to `extract_dir`
13141314
"""
13151315
import zipfile # late import for breaking circular dependency

0 commit comments

Comments
 (0)