Skip to content

Commit 559c775

Browse files
committed
Import Engine from dlclivegui.temp in tests
Update tests/utils/test_utils.py to import Engine from dlclivegui.temp instead of dlclivegui.temp.engine. Aligns the test import with the package re-export or module relocation so tests reference the correct top-level import.
1 parent 6952b68 commit 559c775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pytest
66

77
import dlclivegui.utils.utils as u
8-
from dlclivegui.temp.engine import Engine # e.g. dlclivegui/utils/engine.py
8+
from dlclivegui.temp import Engine
99

1010
pytestmark = pytest.mark.unit
1111

0 commit comments

Comments
 (0)