Skip to content
Snippets Groups Projects
Unverified Commit eea2c278 authored by Mashiro's avatar Mashiro Committed by GitHub
Browse files

[Enhance] Remove useless variable declaration (#1052)

parent 1c67f9eb
No related branches found
No related tags found
No related merge requests found
......@@ -2238,7 +2238,6 @@ class Runner:
Args:
param_scheduler (dict or list): The original parameter scheduler.
""" # noqa: E501
param_schedulers: Union[dict, list, _ParamScheduler]
if param_scheduler is None:
return
if isinstance(param_scheduler, _ParamScheduler):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment