Commit f89393a
refactor: replace _is_relative_to helper with Path.is_relative_to
The helper duplicated stdlib functionality available since Python 3.9.
Other modules (_install_common.py, sdk/skill.py) already use the built-in
method directly; package.py now matches that convention.
Co-authored-by: Ralphify <noreply@ralphify.co>1 parent 0e9a150 commit f89393a
1 file changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 66 | | |
76 | 67 | | |
77 | 68 | | |
| |||
85 | 76 | | |
86 | 77 | | |
87 | 78 | | |
88 | | - | |
| 79 | + | |
89 | 80 | | |
90 | 81 | | |
91 | 82 | | |
| |||
0 commit comments