Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 1, 2024
1 parent a931db4 commit a59ff72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_json.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import pytest
from fastapi.testclient import TestClient

from src.api.main import add_pagination, app, get_db
from src.api.main import app, get_db
from fastapi_pagination import add_pagination


@pytest.fixture(scope="module")
Expand Down

0 comments on commit a59ff72

Please sign in to comment.