style: auto-fix ruff lint and format

This commit is contained in:
github-actions[bot]
2026-02-24 14:27:22 +00:00
parent 69f1a0e9bb
commit c454cc9630
2 changed files with 5 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
import sys
import os
import pytest
from unittest.mock import AsyncMock, Mock, patch
from unittest.mock import Mock
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../..")))