Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"aiida" module does not have the __all__ attribute #6608

Open
unkcpz opened this issue Nov 13, 2024 · 1 comment · May be fixed by #6609
Open

"aiida" module does not have the __all__ attribute #6608

unkcpz opened this issue Nov 13, 2024 · 1 comment · May be fixed by #6609
Labels
topic/public-api Related to public API of aiida type/enhancement

Comments

@unkcpz
Copy link
Member

unkcpz commented Nov 13, 2024

There are quite some use also in documentation suggest

import aiida

aiida.load_profile()

My LSP complain that the load_profile is not exported from module "aiida". The reason is this function is not exposed under aiida module init.

@unkcpz unkcpz linked a pull request Nov 13, 2024 that will close this issue
@danielhollas danielhollas changed the title load_profile is not exported from module "aiida" "aiida" module does not have the __all__ attribute Nov 15, 2024
@danielhollas
Copy link
Collaborator

I changed the title to better reflect the actual issue, see also discussion in #6609

@agoscinski agoscinski added the topic/public-api Related to public API of aiida label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/public-api Related to public API of aiida type/enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants