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 30, 2024
1 parent 5e789ae commit 14795cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinn_utilities/data/utils_data_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ def data_specification_loaded(self) -> None:
"""
self.__data._requires_data_generation = False

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

0 comments on commit 14795cb

Please sign in to comment.