chore(frontend-python): fix pylint warnings

This commit is contained in:
Umut
2023-05-16 14:13:16 +02:00
parent 6d16d34b22
commit 73c1aec7bd

View File

@@ -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