Skip to content

Commit ef80687

Browse files
style: auto-format code with ruff [skip ci]
1 parent 0a0602d commit ef80687

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/api/test_api_endpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ async def list_requests():
3838
def client(self):
3939
"""Create test client with no authentication."""
4040
from unittest.mock import MagicMock
41+
4142
server_config = ServerConfig( # type: ignore[call-arg]
4243
enabled=True,
4344
auth=AuthConfig(enabled=False, strategy="replace"), # type: ignore[call-arg]

0 commit comments

Comments
 (0)