Fix Python style issue: remove unused typing.cast import

- Remove unused `typing.cast` import from test_clickzetta.py
- This resolves the Python Style CI check failure

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
pull/22551/head
yunqiqiliang 10 months ago
parent b5157758cf
commit a539c31b15

@ -1,5 +1,4 @@
import os
from typing import cast
import pytest

Loading…
Cancel
Save