fix: fix imports

This commit is contained in:
youben11
2022-03-25 15:06:07 +01:00
committed by Ayoub Benaissa
parent d1da6ce05f
commit 9de1776753

View File

@@ -4,9 +4,9 @@ import tempfile
import pytest
import numpy as np
from concrete.compiler import CompilerEngine
from lib.Bindings.Python.concrete.compiler import JITCompilerSupport, LibraryCompilerSupport
from lib.Bindings.Python.concrete.compiler import ClientSupport
from lib.Bindings.Python.concrete.compiler import KeySetCache
from concrete.compiler import JITCompilerSupport, LibraryCompilerSupport
from concrete.compiler import ClientSupport
from concrete.compiler import KeySetCache
KEY_SET_CACHE_PATH = os.path.join(tempfile.gettempdir(), 'KeySetCache')