Skip to content

Commit

Permalink
Make load_profile importable from aiida module
Browse files Browse the repository at this point in the history
load_profile() is widely used and documented. Exposing it as API under
aiida module directly can make a bunch of LSP happy.
  • Loading branch information
unkcpz committed Nov 13, 2024
1 parent dd866ce commit 21811b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiida/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
)
__paper_short__ = 'S. P. Huber et al., Scientific Data 7, 300 (2020).'

__all__ = ['load_profile']

def get_strict_version():
"""Return a distutils StrictVersion instance with the current distribution version
Expand Down

0 comments on commit 21811b7

Please sign in to comment.