Commit c7555de
Fix remaining CI failures: unused imports and uv.lock
- dbapi/__init__.py: remove unused bare 'import wrapt' (F401); the
compat shim imports BaseObjectProxy directly from wrapt
- grpc/_aio_server.py: remove unused 'import wrapt' (F401) and fix
import ordering (I001) flagged by ruff pre-commit hook
- uv.lock: regenerate after adding wrapt dependency to botocore
pyproject.toml
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 76e54ce commit c7555de
File tree
3 files changed
+237
-237
lines changed- instrumentation
- opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi
- opentelemetry-instrumentation-grpc/src/opentelemetry/instrumentation/grpc
3 files changed
+237
-237
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments