We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b31ec commit d453a5eCopy full SHA for d453a5e
qrcode/tests/conftest.py
@@ -9,8 +9,6 @@ def dummy_image() -> tempfile.NamedTemporaryFile:
9
"""
10
This function creates a red pixel image with full opacity, saves it as a PNG
11
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.
14
15
# Must import here as PIL might be not installed
16
from PIL import Image
0 commit comments