Skip to content

Commit a088057

Browse files
committed
Update imports
1 parent 4b5893d commit a088057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22
from fastapi.testclient import TestClient
3-
from function.core.config import settings
4-
from function.main import app
3+
from core.config import settings
4+
from main import app
55

66

77
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)