Skip to content

Commit d453a5e

Browse files
committed
File is automatically deleted
1 parent 84b31ec commit d453a5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qrcode/tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ def dummy_image() -> tempfile.NamedTemporaryFile:
99
"""
1010
This function creates a red pixel image with full opacity, saves it as a PNG
1111
file in a temporary location, and returns the temporary file.
12-
13-
The file is not automatically deleted. The caller is responsible for deleting it.
1412
"""
1513
# Must import here as PIL might be not installed
1614
from PIL import Image

0 commit comments

Comments
 (0)