Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Aug 23, 2023
1 parent c9c629e commit 3b537c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nncf/tensorflow/tf_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b537c5

Please sign in to comment.