Commit 455510d
Fix linting errors and remove duplicate templates/lib directory
Linting fixes:
- UP047: Use modern type parameter syntax for generic functions
- UP038/UP040: Use X | Y syntax instead of Union/tuple in type hints
- C414: Remove unnecessary list() calls in sorted()
- RUF001: Replace ambiguous unicode character with ASCII
- F841: Remove unused variable
- F821: Add missing statistics import
- W291: Remove trailing whitespace
Removed templates/lib (duplicate of templates/python/lib)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 3c192d9 commit 455510d
File tree
73 files changed
+32
-4505
lines changed- client-sdks/openapi
- templates
- lib
- agents
- react
- cli
- common
- datasets
- eval_tasks
- eval
- inference
- inspect
- models
- post_training
- providers
- scoring_functions
- shields
- toolgroups
- vector_dbs
- inference
- inline
- tools
- python
- lib
- agents
- react
- cli/eval
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+32
-4505
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
| 103 | + | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
223 | 222 | | |
224 | 223 | | |
225 | 224 | | |
226 | | - | |
| 225 | + | |
227 | 226 | | |
228 | 227 | | |
229 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments