From 3b537c5dc16a655395c25cbd67aadfe343e71064 Mon Sep 17 00:00:00 2001 From: Vasily Shamporov <vasily.shamporov@intel.com> Date: Fri, 18 Aug 2023 17:05:42 +0200 Subject: [PATCH] Fix pylint --- nncf/tensorflow/tf_internals.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nncf/tensorflow/tf_internals.py b/nncf/tensorflow/tf_internals.py index 1ad4ac37189..94b6ca13534 100644 --- a/nncf/tensorflow/tf_internals.py +++ b/nncf/tensorflow/tf_internals.py @@ -8,7 +8,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + # pylint: disable=unused-import +# pylint: disable=import-error +# pylint: disable=no-name-in-module from keras import backend as backend from keras import layers as layers