Skip to content

Commit

Permalink
Resolve pylint warning
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
  • Loading branch information
quic-kyunggeu committed Nov 4, 2024
1 parent 5202df7 commit f436f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def _do_patch_dummy_parameters(module):
except ImportError:
class SafeGatheredParameters(contextlib.nullcontext):
""" Dummy placeholder in case deepspeed doesn't exist """
def __init__(self, *args, **kwargs):
def __init__(self, *args, **kwargs): # pylint: disable=unused-argument
super().__init__()


Expand Down

0 comments on commit f436f4f

Please sign in to comment.