black formatting

This commit is contained in:
Wing Lian
2023-05-30 23:33:37 -04:00
parent 3aad5f3b3e
commit 6fa40bf8ad
2 changed files with 6 additions and 2 deletions

View File

@@ -126,7 +126,9 @@ class ValidationTest(unittest.TestCase):
}
)
with pytest.raises(ValueError, match=r".*gradient_accumulation_steps or batch_size.*"):
with pytest.raises(
ValueError, match=r".*gradient_accumulation_steps or batch_size.*"
):
validate_config(cfg)
cfg = DictDefault(