Skip to content

Commit b55266b

Browse files
committed
Fix incomplete import to include exasol.
1 parent e2e16eb commit b55266b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pytest
2-
from toolbox.config import BaseConfig
2+
3+
from exasol.toolbox.config import BaseConfig
34

45

56
@pytest.fixture

0 commit comments

Comments
 (0)