Remove no-op pylint disable comments.
PiperOrigin-RevId: 364330068
This commit is contained in:
parent
5524409cbd
commit
693dd666c3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ from tensorflow.compat.v1.python.keras.utils import losses_utils
|
|||
from tensorflow.compat.v1.python.platform import tf_logging as logging
|
||||
|
||||
|
||||
class StrongConvexMixin: # pylint: disable=old-style-class
|
||||
class StrongConvexMixin:
|
||||
"""Strong Convex Mixin base class.
|
||||
|
||||
Strong Convex Mixin base class for any loss function that will be used with
|
||||
|
|
Loading…
Reference in a new issue