Skip to content

Commit

Permalink
Try fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Jan 10, 2025
1 parent 393c609 commit 3e71e6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/aiida_pseudo/groups/mixins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Module containing various mixins for ``Group`` subclasses."""
from .cutoffs import *
from .cutoffs import RecommendedCutoffMixin

__all__ = cutoffs.__all__
__all__ = [
RecommendedCutoffMixin
]

0 comments on commit 3e71e6c

Please sign in to comment.