You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Ansys was added to __init__.py files containing code, which causes a circular import of the autocomplete. This import statement is required for type hints to work in the submodules
📝 Steps to reproduce
See Ansys/ACT/Automation/Mechanical/__init__.py, containing code and import Ansys
When doing autocomplete, this circular import will happen:
Ansys.ACT.Automation.Mechanical.Ansys...
import pattern will begin from the top: Ansys -> ACT or Mechanical, etc.
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
N/A
🐍 Which Python version are you using?
3.10
📦 Installed packages
N/A
The text was updated successfully, but these errors were encountered:
🔍 Before submitting the issue
🐞 Description of the bug
import Ansys
was added to__init__.py
files containing code, which causes a circular import of the autocomplete. This import statement is required for type hints to work in the submodules📝 Steps to reproduce
See
Ansys/ACT/Automation/Mechanical/__init__.py
, containing code andimport Ansys
When doing autocomplete, this circular import will happen:
Ansys.ACT.Automation.Mechanical.Ansys...
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
N/A
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: