Skip to content

Commit 870268f

Browse files
committed
Fix flake8 problem
1 parent 7f2bfb3 commit 870268f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/py312compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import sys
22
import shutil
33

4+
45
def shutil_rmtree(path, ignore_errors=False, onexc=None):
56
if sys.version_info >= (3, 12):
67
return shutil.rmtree(path, ignore_errors, onexc=onexc)

0 commit comments

Comments
 (0)