Skip to content

Potential fix for code scanning alert no. 286: Unused import - #501

Draft
DavidPCoster wants to merge 1 commit into
devfrom
alert-autofix-286
Draft

Potential fix for code scanning alert no. 286: Unused import#501
DavidPCoster wants to merge 1 commit into
devfrom
alert-autofix-286

Conversation

@DavidPCoster

Copy link
Copy Markdown
Collaborator

Potential fix for https://github.com/UCL-CCS/EasyVVUQ/security/code-scanning/286

Remove the unused import os line from tests/test_dataset_importer.py.

Best fix without changing behavior:

  • In the import block at the top of tests/test_dataset_importer.py, delete only import os.
  • Keep all other imports unchanged.
  • No logic, tests, or function signatures need modification.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
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