Skip to content

Commit

Permalink
Fix import in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Dec 18, 2023
1 parent 1f9ee93 commit 7d6a0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/webapps/api/test_cbv.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
Depends,
FastAPI,
)
from fastapi_utils.cbv import cbv
from starlette.testclient import TestClient

from galaxy.webapps.galaxy.api.cbv import cbv


def test_cbv() -> None:
router = APIRouter()
Expand Down

0 comments on commit 7d6a0ee

Please sign in to comment.