blob: 512a8cabed906705100349eb8980d3f0e5df4634 [file] [log] [blame]
/**
*
* Inspection that reports unresolved and unused references.
* You can inject logic to mark some unused imports as used. See extension points in this package.
* @author Ilya.Kazakevich
*/
package com.jetbrains.python.inspections.unresolvedReference;