Fix "line too long" PEP8 complaint (#8957)

This commit is contained in:
Adrian Wälchli 2021-08-18 05:31:36 +02:00 committed by GitHub
parent bd13d392af
commit 5329b0d113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ class ProgressBarBase(Callback):
bar = LitProgressBar()
trainer = Trainer(callbacks=[bar])
"""
def __init__(self):