Skip to content

Commit

Permalink
more flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 9, 2025
1 parent 1deba3f commit 2998438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spynnaker/pyNN/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def setup(timestep: Optional[Union[float, Literal["auto"]]] = None,
time_scale_factor: Optional[int] = None,
n_chips_required: Optional[int] = None,
n_boards_required: Optional[int] = None,
**extra_params: Any ) -> int:
**extra_params: Any) -> int:
"""
The main method needed to be called to make the PyNN 0.8 setup.
Needs to be called before any other function
Expand Down

0 comments on commit 2998438

Please sign in to comment.