Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 22, 2024
1 parent 0a956b3 commit f5f2b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/data/machine_data_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_user_accessed_machine(self) -> bool:
"""
return self.__data._user_accessed_machine

def set_machine(self, machine: Machine) -> None:
def set_machine(self, machine: Machine) -> None:
"""
Sets the machine.
Expand Down

0 comments on commit f5f2b78

Please sign in to comment.