Skip to content

Commit

Permalink
pylint: disable=unused-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 5, 2024
1 parent a86ccd8 commit cb5505c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spinn_machine/chip.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def __new__(cls, x: int, y: int, n_processors: int, router: Router,
return tuple.__new__(cls, (x, y))

# pylint: disable=too-many-arguments, wrong-spelling-in-docstring
# pylint: disable=unused-argument
def __init__(self, x: int, y: int, n_processors: int, router: Router,
sdram: int, nearest_ethernet_x: int, nearest_ethernet_y: int,
ip_address: Optional[str] = None,
Expand Down

0 comments on commit cb5505c

Please sign in to comment.