Skip to content

Commit b97a45d

Browse files
committed
black weirdness
1 parent 0d20081 commit b97a45d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_tinylora/adafruit_tinylora.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,9 @@ def send_data(
308308
lora_pkt_len += 4
309309
self.send_packet(lora_pkt, lora_pkt_len, timeout)
310310

311-
def send_packet(self, lora_packet: bytearray, packet_length: int, timeout: int) -> None:
311+
def send_packet(
312+
self, lora_packet: bytearray, packet_length: int, timeout: int
313+
) -> None:
312314
"""Sends a LoRa packet using the RFM Module
313315
:param bytearray lora_packet: assembled LoRa packet from send_data
314316
:param int packet_length: length of LoRa packet to send

0 commit comments

Comments
 (0)