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

fix lint

parent 8fe3b141
......@@ -272,8 +272,7 @@ class ScalarPrinter(TrainingMonitor):
"""
Print scalar data into terminal.
"""
def __init__(
self, enable_step=False, enable_epoch=True,
def __init__(self, enable_step=False, enable_epoch=True,
whitelist=None, blacklist=None):
"""
Args:
......
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