diff --git a/src/aiida/__init__.py b/src/aiida/__init__.py index ac2490414c..00f51cff95 100644 --- a/src/aiida/__init__.py +++ b/src/aiida/__init__.py @@ -36,15 +36,15 @@ __paper_short__ = 'S. P. Huber et al., Scientific Data 7, 300 (2020).' __all__ = [ - 'load_profile', 'configure_logging', 'get_config_option', + 'get_file_header', 'get_profile', - 'profile_context', 'get_strict_version', 'get_version', - 'get_file_header', 'load_ipython_extension', + 'load_profile', + 'profile_context', ]