We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d9284 commit 50a8f3cCopy full SHA for 50a8f3c
src/pn532/example/__init__.py
@@ -4,7 +4,7 @@
4
from argparse import ArgumentParser
5
from contextlib import contextmanager
6
7
-from RPi.GPIO import GPIO # noqa: N814
+from RPi import GPIO # noqa: N814
8
9
from pn532 import (
10
PN532_SPI,
0 commit comments