style: Format test_issue_219_e2e.py with ruff

Run ruff format to match code style standards.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-01-18 12:11:01 +03:00
parent abd7b89b71
commit d2c1040c65

View File

@@ -25,6 +25,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "src"))
# Check if anthropic is available
try:
import anthropic # noqa: F401
ANTHROPIC_AVAILABLE = True
except ImportError:
ANTHROPIC_AVAILABLE = False