[NFC] polish ./colossalai/trainer/hooks/_lr_scheduler_hook.py code style (#1576)

pull/1550/head
Boyuan Yao 2022-09-08 17:31:46 +08:00 committed by Frank Lee
parent 06dccdde44
commit 20e466527b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class LRSchedulerHook(MetricHook):
defaults to 1. If different hooks share same priority, the order of printing would
depend on the hooks order in the hook list.
"""
def __init__(
self,
lr_scheduler,