Skip to content

Commit

Permalink
Purge docs about None as this can't happen
Browse files Browse the repository at this point in the history
  • Loading branch information
mcampbellizo committed Mar 19, 2020
1 parent 19848cf commit 3f3b642
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gpio.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ class PinState(object):
Args:
value: the file pointer to set/read value of pin.
direction: the file pointer to set/read direction of the pin.
active_now: the file pointer to set/read if the pin is active_low,
if None leave things as configured currently in sysfs.
active_now: the file pointer to set/read if the pin is active_low.
"""
def __init__(self, value, direction, active_low):
self.value = value
Expand Down

0 comments on commit 3f3b642

Please sign in to comment.