fix: forgot to lint/format

This commit is contained in:
2026-01-01 03:57:37 +01:00
parent 6a7f9c6521
commit 7236730aea
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