Skip to content

Commit

Permalink
Update kedro-airflow/tests/test_node_grouping.py
Browse files Browse the repository at this point in the history
Co-authored-by: Merel Theisen <[email protected]>
Signed-off-by: Simon Brugman <[email protected]>
  • Loading branch information
sbrugman and merelcht committed Jan 9, 2024
1 parent 55d4d91 commit f23b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-airflow/tests/test_node_grouping.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from kedro_airflow.grouping import _is_memory_dataset, group_memory_nodes


class TestDataSet(AbstractDataSet):
class TestDataset(AbstractDataset):
def _save(self, data) -> None:
pass

Expand Down

0 comments on commit f23b5d5

Please sign in to comment.