Commit 6c8ec85
refactor(platform): rename IXP _transport.py to _base_service.py
Match the platform's file-naming convention: every service module is
`_<name>_service.py`, and the shared HTTP base is `common/_base_service.py`
(class BaseService). This module plays the same role one level down — the
base service every IXP design-time service extends — so name it
`_base_service.py` (class IxpDesigntimeService is unchanged). Renames the
matching test file and drops the "transport" framing from the docstrings.
No behavior change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 098dfb8 commit 6c8ec85
3 files changed
Lines changed: 6 additions & 6 deletions
File tree
- packages/uipath-platform
- src/uipath/platform/document_projects
- tests/services
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments