Skip to content

Commit 406c8fa

Browse files
committed
chore.
1 parent ac3546e commit 406c8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymycobot/mycobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def gpio_init(self):
171171
"""Init GPIO module.
172172
Raspberry Pi version need this.
173173
"""
174-
import RPi.GPIO as GPIO
174+
import RPi.GPIO as GPIO # type: ignore
175175

176176
GPIO.setmode(GPIO.BCM)
177177
self.gpio = GPIO

0 commit comments

Comments
 (0)