Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 7, 2023
1 parent c663f0c commit 9ab88b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spinn_machine/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ class Router(object):

MAX_CORES_PER_ROUTER = 18

__slots__ = ("_links",
"_n_available_multicast_entries"
)
__slots__ = ("_links", "_n_available_multicast_entries")

def __init__(
self, links, n_available_multicast_entries=Machine.ROUTER_ENTRIES):
Expand Down

0 comments on commit 9ab88b3

Please sign in to comment.