Commit b6349d6
committed
fix: Remove duplicate Path import in translation phase
- Remove redundant 'from pathlib import Path' inside translation function
- Path is already imported at module level, causing scope conflict
- Fixes "cannot access local variable 'Path' where it is not associated with a value" error1 parent 5cd2e3a commit b6349d6
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
945 | | - | |
946 | 945 | | |
947 | 946 | | |
948 | 947 | | |
| |||
0 commit comments