Skip to content

Commit

Permalink
pylint: disable=arguments-differ
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 31, 2024
1 parent 14795cb commit 9bf0bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinn_utilities/data/utils_data_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ def data_specification_loaded(self) -> None:
"""
self.__data._requires_data_generation = False

def set_requires_data_generation(
self) -> None: # pylint: disable=arguments-differ
def set_requires_data_generation( # pylint: disable=arguments-differ
self) -> None:
"""
Sets `requires_data_generation` to True.
Expand Down

0 comments on commit 9bf0bf0

Please sign in to comment.