Movatterモバイル変換


[0]ホーム

URL:


CodeQL documentation
CodeQL resources

Unused import

ID: py/unused-importKind: problemSecurity severity: Severity: recommendationPrecision: very-highTags:   - quality   - maintainability   - useless-codeQuery suites:   - python-security-and-quality.qls

Click to see the query in the CodeQL repository

A module is imported (using theimport statement) but that module is never used. This creates a dependency that does not need to exist and makes the code more difficult to read.

Recommendation

Delete the import statement.

References


[8]ページ先頭

©2009-2025 Movatter.jp