Skip to content

Commit b7e882f

Browse files
committed
fix pylint
Signed-off-by: xinhe3 <xinhe3@habana.ai>
1 parent 0bf7aa3 commit b7e882f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

neural_compressor/torch/algorithms/habana_fp8/fp8_quant.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
1415
# pylint:disable=import-error
1516

1617
import copy

neural_compressor/torch/algorithms/habana_fp8/modules.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
1415
# pylint:disable=import-error
1516

1617
import os

neural_compressor/torch/algorithms/habana_fp8/save_load.py

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# pylint:disable=import-error
16+
1517
import json
1618
import os
1719

0 commit comments

Comments
 (0)