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
Fix PLC0415 'import should be at top-level of a file' errors:
- Move Quantity, TextParser, MappingTextParser imports to top of xml_parser.py
- Move potcar_quantities import to top level
- Move numpy and Quantity imports to top of vasp.py schema
These imports were previously inside conditional blocks or class definitions,
which triggered PLC0415 warnings in CI (chartboost/ruff-action).
0 commit comments