Skip to content

Commit

Permalink
Merge pull request #868 from linusg/add-missing-imports-to-examples
Browse files Browse the repository at this point in the history
Add missing Button import to led_button_remote_*.py examples
  • Loading branch information
bennuttall committed Jun 13, 2020
2 parents aeb9d30 + 19f0ec0 commit 76261e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/led_button_remote_1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gpiozero import LED
from gpiozero import Button, LED
from gpiozero.pins.pigpio import PiGPIOFactory
from signal import pause

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/led_button_remote_2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gpiozero import LED
from gpiozero import Button, LED
from gpiozero.pins.pigpio import PiGPIOFactory
from gpiozero.tools import all_values
from signal import pause
Expand Down

0 comments on commit 76261e0

Please sign in to comment.