Files
openide/python/python-psi-impl
evgeny.bovykin f53a941266 PY-85519 Skip import statements in PyFinalInspection
Renames in import statements like `from b import A as B` are considered target expressions. Since they are not annotated as `Final` (they can't be annotated), they were reported as `B could not be reassigned`

GitOrigin-RevId: 0187aeb5da25dd3eb5c8284bdda5cddd30170047
2026-02-12 22:39:23 +00:00
..