Skip to content

Fix for Unused import#78

Closed
advaitpatel wants to merge 1 commit into
mainfrom
finding-autofix-dcd948ef
Closed

Fix for Unused import#78
advaitpatel wants to merge 1 commit into
mainfrom
finding-autofix-dcd948ef

Conversation

@advaitpatel
Copy link
Copy Markdown
Collaborator

The best fix is to delete the unused import logging line from docksec/score_calculator.py and leave all functional logic unchanged. This resolves the CodeQL warning without affecting behavior, since logging is already handled through get_custom_logger.

Specifically:

  • File: docksec/score_calculator.py
  • Region: top import block (around lines 8–12)
  • Change: remove import logging
  • No new methods/imports/definitions are needed.

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>
@advaitpatel
Copy link
Copy Markdown
Collaborator Author

closing this now

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