Skip to content

Commit bbb6e0e

Browse files
committed
Run pre-commit
1 parent 4a6b6dc commit bbb6e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_fona/adafruit_fona_socket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def htons(x: int) -> int:
5555
# keep track of sockets we allocate
5656
SOCKETS = []
5757

58+
5859
# pylint: disable=too-many-arguments, unused-argument
5960
def getaddrinfo(host, port: int, family=0, socktype=0, proto=0, flags=0):
6061
"""Translate the host/port argument into a sequence of 5-tuples that

0 commit comments

Comments
 (0)