Skip to content

Commit b7d51fd

Browse files
paikendclaude
authored andcommitted
fix: remove unused Any import flagged by ruff
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dca6754 commit b7d51fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_logging_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Literal
1+
from typing import Literal
22

33
import pytest
44

0 commit comments

Comments
 (0)