Commit ad639f9
fix(analyzers): add explicit Entity/File imports in Python analyzer
Adds explicit imports for Entity and File alongside the star import,
matching the pattern used in the Java analyzer. Fixes F405 ruff warnings.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f1b3757 commit ad639f9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments