Commit f0ff54b
Chore: drop from __future__ import annotations across the repo
Python 3.11+ is the minimum, so the postponed-evaluation import is noise.
Three files had it; none used TYPE_CHECKING-only imports that depended on
lazy annotations, so removing it is safe. pyright, ruff, and pytest all
remain green.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent df1c6e2 commit f0ff54b
3 files changed
Lines changed: 0 additions & 6 deletions
File tree
- packages/uipath_langchain_client/src/uipath_langchain_client/clients/litellm
- src/uipath/llm_client/clients/normalized
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments