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 45c2f86 commit 5071337Copy full SHA for 5071337
qrcode/tests/test_module.py
@@ -6,7 +6,7 @@
6
import pytest
7
8
try:
9
- from PIL import Image, ImageDraw
+ from PIL import Image, ImageDraw # noqa: F401
10
11
PIL_NOT_INSTALLED = False
12
except ImportError:
0 commit comments