Skip to content

Commit 5071337

Browse files
committed
Ignore unused import
1 parent 45c2f86 commit 5071337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qrcode/tests/test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pytest
77

88
try:
9-
from PIL import Image, ImageDraw
9+
from PIL import Image, ImageDraw # noqa: F401
1010

1111
PIL_NOT_INSTALLED = False
1212
except ImportError:

0 commit comments

Comments
 (0)