Skip to content

Commit 03b9f31

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

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)