Skip to content

Commit d020463

Browse files
committed
Re-ran black
1 parent c97379f commit d020463

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

adafruit_rfm69.py

+7-2
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,13 @@ def send(
750750

751751
return not timed_out
752752

753-
def receive(self, timeout=0.5, keep_listening=True, with_header=False,
754-
rx_filter=_RH_BROADCAST_ADDRESS):
753+
def receive(
754+
self,
755+
timeout=0.5,
756+
keep_listening=True,
757+
with_header=False,
758+
rx_filter=_RH_BROADCAST_ADDRESS,
759+
):
755760
"""Wait to receive a packet from the receiver. Will wait for up to timeout_s amount of
756761
seconds for a packet to be received and decoded. If a packet is found the payload bytes
757762
are returned, otherwise None is returned (which indicates the timeout elapsed with no

0 commit comments

Comments
 (0)