mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
fix: fix imports
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user