Skip to content

Commit 920a878

Browse files
committed
Update import
1 parent 7a87ccc commit 920a878

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,8 +1,8 @@
11
import pytest
22
from fastapi.testclient import TestClient
33

4-
from code.function.core.config import settings
5-
from code.function.main import app
4+
from function.core.config import settings
5+
from function.main import app
66

77

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

0 commit comments

Comments
 (0)