Skip to content

Commit 5e31dbb

Browse files
committed
Add an import missing from 89c9b3a
1 parent 9351918 commit 5e31dbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/pep517_backend/_backend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from functools import partial
1111
from pathlib import Path
1212
from shutil import copytree
13+
from sys import stderr as _standard_error_stream
1314
from sys import version_info as _python_version_tuple
1415
from tempfile import TemporaryDirectory
1516

0 commit comments

Comments
 (0)