fix: forgot to lint/format

This commit is contained in:
2026-01-01 03:57:37 +01:00
parent c50091f6bf
commit ab1df3dd0f
13 changed files with 58 additions and 41 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
"""Edge case tests for FastAPI endpoints."""
import pytest
from unittest.mock import Mock, patch
import pytest
from fastapi.testclient import TestClient