Skip to content

Commit 9a4171e

Browse files
authored
Merge pull request #115 from tekktrik/main
Fix pylint iossues
2 parents 7470344 + 44c54ec commit 9a4171e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ def ifconfig(
461461

462462
self._dns = dns_server
463463

464+
# pylint: disable=too-many-return-statements
464465
def _w5xxx_init(self) -> int:
465466
"""
466467
Detect and initialize a Wiznet5k ethernet module.

0 commit comments

Comments
 (0)