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

refactor: standardize imports #458

Open
SMoraisAnsys opened this issue Feb 17, 2025 · 1 comment
Open

refactor: standardize imports #458

SMoraisAnsys opened this issue Feb 17, 2025 · 1 comment

Comments

@SMoraisAnsys
Copy link
Contributor

Currently the project works by either importing specific classes or importing a module as alias and then using alias.MyClass.
However, this does not seem to be standardized in the repo as both approaches are used.

Would it be possible to standardize this by using direct class imports and not importing modules?

Note that this would require to change __init__.py files and other modules.

@SMoraisAnsys
Copy link
Contributor Author

@pluAtAnsys Can we close this issue following your PR ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant