Skip to content

Commit 64aefb5

Browse files
Disable pylint duplicate code for another iface files
1 parent e4a0488 commit 64aefb5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dpnp/dpnp_iface_arraycreation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"""
3939

4040

41+
# pylint: disable=duplicate-code
42+
4143
import operator
4244

4345
import dpctl.tensor as dpt

dpnp/dpnp_iface_manipulation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"""
3939

4040

41+
# pylint: disable=duplicate-code
42+
4143
import math
4244
import operator
4345
import warnings

0 commit comments

Comments
 (0)