Skip to content

Commit 8715bdf

Browse files
committed
integration_tests: fix problem importing os
1 parent a85c1c9 commit 8715bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration_tests/test_dataset.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
)
1212
from tests.module_factory import ModuleFactory
1313
import pytest
14-
from ...slips import *
14+
from ...slips.main import *
1515
import shutil
16+
import os
1617

1718
alerts_file = 'alerts.log'
1819

0 commit comments

Comments
 (0)