!15911 fixes the warning appears in the ops/operations/nn_ops.py directory

From: @dinglinhe123
Reviewed-by: @wuxuejian,@liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
This commit is contained in:
mindspore-ci-bot 2021-04-30 16:00:47 +08:00 committed by Gitee
commit 9035d6e0b3
1 changed files with 1 additions and 1 deletions

View File

@ -18,9 +18,9 @@
import math
import operator
from functools import reduce, partial
import numpy as np
from mindspore import log as logger
from mindspore._checkparam import _check_3d_int_or_tuple
import numpy as np
from ... import context
from .. import signature as sig
from ..._checkparam import Validator as validator