Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 18, 2023
1 parent 1100512 commit 0746d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinn_machine/version/abstract_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def minimum_cores_expected(self) -> int:
"""

@abstractmethod
def illegal_ethernet_message(self, x:int, y:int) -> Optional[str]:
def illegal_ethernet_message(self, x: int, y: int) -> Optional[str]:
"""
Checks if x and y could be for an ethernet
Expand All @@ -327,4 +327,4 @@ def illegal_ethernet_message(self, x:int, y:int) -> Optional[str]:
:param int x:
:param int y:
:return: An explanation that the x and y can never be an ethernet
"""
"""

0 comments on commit 0746d94

Please sign in to comment.