Skip to content

Commit 36fb70b

Browse files
committed
Reformatted per pre-commit
1 parent 531c18c commit 36fb70b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_requests.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,9 @@ def wrap_socket(
721721
return _FakeSSLSocket(socket, self._iface.TLS_MODE)
722722

723723

724-
def set_socket(sock: SocketpoolModuleType, iface: Optional[InterfaceType] = None) -> None:
724+
def set_socket(
725+
sock: SocketpoolModuleType, iface: Optional[InterfaceType] = None
726+
) -> None:
725727
"""Legacy API for setting the socket and network interface. Use a `Session` instead."""
726728
global _default_session # pylint: disable=global-statement,invalid-name
727729
if not iface:

0 commit comments

Comments
 (0)