Commit f2711d3
committed
style(ruff): use collections.abc Mapping in provenance module
Why:
- CI Ruff step flagged UP035 for typing imports.
What changed:
- Switched Mapping import from typing to collections.abc.
- Kept Any imported from typing.
Expected impact:
- Eliminates Ruff error with no behavioral change.1 parent 5eab11e commit f2711d3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments