Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent c2a18f0 commit 3d7d508
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/orm/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def test_add_nodes(self):
group.add_nodes([])
assert set(_.pk for _ in nodes) == set(_.pk for _ in group.nodes)


def test_remove_nodes(self):
"""Test node removal."""
node_01 = orm.Data().store()
Expand Down Expand Up @@ -186,7 +185,6 @@ def test_remove_nodes(self):
group.remove_nodes([])
assert set(_.pk for _ in nodes) == set(_.pk for _ in group.nodes)


def test_clear(self):
"""Test the `clear` method to remove all nodes."""
node_01 = orm.Data().store()
Expand Down

0 comments on commit 3d7d508

Please sign in to comment.