Skip to content

Commit 293b5e8

Browse files
fix: remove unused logging import in test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0ae22e3 commit 293b5e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_tracing_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,6 @@ def my_func(user_query: str) -> Dict[str, Any]:
738738
@patch.object(tracer, "_publish", False)
739739
def test_promote_missing_key_warns(self) -> None:
740740
"""Keys not found in inputs or outputs should log a warning."""
741-
import logging
742741

743742
@tracer.trace(promote={"nonexistent": "col"})
744743
def my_func() -> Dict[str, Any]:

0 commit comments

Comments
 (0)