Update tests imports

This commit is contained in:
Cosmin Ciocan
2024-01-02 10:59:53 +01:00
parent 11146a3e10
commit 7d8e04622c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ sys.path.append(".")
import pytest
from IPython.core.interactiveshell import InteractiveShell
from v1.v1 import NVCCPlugin
from nvcc4jupyter.plugin import NVCCPlugin
@pytest.fixture(scope="session")