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 28, 2025
1 parent 84d6d53 commit ce20e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/aiida/tools/dumping/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

logger = AIIDA_LOGGER.getChild('tools.dumping')


class GroupDumper:
def __init__(
self,
Expand Down
4 changes: 2 additions & 2 deletions tests/tools/dumping/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

# TODO: Test that de-duplication also works for calculations


import pytest
from pathlib import Path

from aiida import orm


Expand Down Expand Up @@ -50,7 +51,6 @@ def setup_profile_groups(generate_calculation_node_add, generate_workchain_multi


class TestGroupDumper:

def test_should_dump_processes(self):
print(orm.QueryBuilder().append(orm.Group).all(flat=True))
assert False
Expand Down

0 comments on commit ce20e4c

Please sign in to comment.