Skip to content

Commit 50a8f3c

Browse files
committed
Fix import
1 parent 23d9284 commit 50a8f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pn532/example/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from argparse import ArgumentParser
55
from contextlib import contextmanager
66

7-
from RPi.GPIO import GPIO # noqa: N814
7+
from RPi import GPIO # noqa: N814
88

99
from pn532 import (
1010
PN532_SPI,

0 commit comments

Comments
 (0)