mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(frontend-python): fix pylint warnings
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
Declaration of various functions and constants related to MLIR conversion.
|
||||
"""
|
||||
|
||||
# pylint: disable=import-error
|
||||
|
||||
from collections import defaultdict, deque
|
||||
from copy import deepcopy
|
||||
from itertools import chain, product
|
||||
@@ -18,6 +20,8 @@ from ..dtypes import Integer
|
||||
from ..internal.utils import assert_that
|
||||
from ..representation import Node, Operation
|
||||
|
||||
# pylint: enable=import-error
|
||||
|
||||
MAXIMUM_TLU_BIT_WIDTH = 16
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user