Skip to content

Commit d5ea85a

Browse files
fix: make ruff happy
1 parent 23de1e2 commit d5ea85a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import pytest
21
from unittest.mock import AsyncMock
2+
3+
import pytest
34
import respx
45
from fastapi import HTTPException
56
from httpx import Response

0 commit comments

Comments
 (0)