chore: fix ruff lint issues (29 fixes, 0 remaining)

This commit is contained in:
thefux
2026-07-17 16:10:54 +00:00
parent 49d285571e
commit c68c1936d3
9 changed files with 13 additions and 25 deletions
+1 -2
View File
@@ -3,13 +3,12 @@
Tests preparers, builders, accessors, and model cache methods.
"""
from unittest.mock import AsyncMock, Mock, patch
from unittest.mock import Mock
import pytest
from routstr.upstream.base import BaseUpstreamProvider
# ===========================================================================
# prepare_headers
# ===========================================================================