Skip to content

Commit

Permalink
Fix import statement in test_predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sahi-mfg committed Jan 2, 2024
1 parent a87abf7 commit c6c7cd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added tests/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_predict.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from fastapi.testclient import TestClient

from app.main import app
from ..app.main import app

client = TestClient(app)

Expand Down

0 comments on commit c6c7cd8

Please sign in to comment.