Commit 045c34ef authored by Yuxin Wu's avatar Yuxin Wu

fix lint

parent 8fe3b141
......@@ -272,9 +272,8 @@ class ScalarPrinter(TrainingMonitor):
"""
Print scalar data into terminal.
"""
def __init__(
self, enable_step=False, enable_epoch=True,
whitelist=None, blacklist=None):
def __init__(self, enable_step=False, enable_epoch=True,
whitelist=None, blacklist=None):
"""
Args:
enable_step, enable_epoch (bool): whether to print the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment