Skip to content

Commit

Permalink
Merge pull request #115 from tekktrik/main
Browse files Browse the repository at this point in the history
Fix pylint iossues
  • Loading branch information
dhalbert authored May 11, 2023
2 parents 7470344 + 44c54ec commit 9a4171e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_wiznet5k/adafruit_wiznet5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def ifconfig(

self._dns = dns_server

# pylint: disable=too-many-return-statements
def _w5xxx_init(self) -> int:
"""
Detect and initialize a Wiznet5k ethernet module.
Expand Down

0 comments on commit 9a4171e

Please sign in to comment.