Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Bentley committed Mar 24, 2020
1 parent e292be2 commit bedb285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def test_tbd_remove_in_v0_8_0_trainer():
}
# skip 0 since it may be interested as False
kwargs = {k: (i + 1) for i, k in enumerate(mapping_old_new)}

trainer = Trainer(**kwargs)

for attr_old in mapping_old_new:
Expand Down

0 comments on commit bedb285

Please sign in to comment.