This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Commit 67a2ba4
Fix PR review: remove unused imports and wildcard import
- Remove unused 'import os' from csharp/analyzer.py
- Replace 'from ...entities import *' with explicit imports
- Remove unused 'from pathlib import Path' from test_csharp_analyzer.py
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e15108a commit 67a2ba4
File tree
2 files changed
+2
-3
lines changed- api/analyzers/csharp
- tests
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments