Skip to content

Conversation

@abhishekchak52
Copy link

Summary

  • Replaced star imports with explicit imports in various source files.
  • Added in missing imports in various source files (might have been removed due to unsafe fixes by ruff?)
  • tests/imports_test.py now uses importlib and contains a parametrized pytest test function.
  • CI import test uses pytest (via the --dev extra). test_build.yml workflow already includes the --dev extra at the top level.

Some files had missing imports, which were fixed in this commit. Additionally, star imports have been replaced by explicit imports.
`tests/imports_test.py` now uses importlib and a parameterized pytest test.
Updates CI import tests to use pytest.
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

Successfully merging this pull request may close these issues.

1 participant