Commit 4ca7742
committed
test: remove unused variable from test
ROOT CAUSE:
Ruff linting failed due to unused variable 'resolver' in test_dependency_resolution_missing_dep.
CHANGES:
- Removed unused DependencyResolver instantiation
IMPACT:
- Fixes Ruff linting error in CI
- Test behavior unchanged (resolver was not being used)
Refs: #20811 parent aafce0b commit 4ca7742
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
| |||
0 commit comments