Skip to content

Commit 56f6a09

Browse files
committed
Apply isort and black reformatting
Signed-off-by: nithinraok <nithinraok@users.noreply.github.com>
1 parent 040c2fa commit 56f6a09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/core/test_save_restore.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ def test_EncDecCTCModelBPE_v2(self):
357357
cn = EncDecCTCModelBPE.from_pretrained(model_name="stt_en_conformer_ctc_small")
358358
self.__test_restore_elsewhere(model=cn, attr_for_eq_check=set(["decoder._feat_in", "decoder._num_classes"]))
359359

360-
361360
@pytest.mark.unit
362361
def test_mock_save_to_restore_from(self):
363362
with tempfile.NamedTemporaryFile('w') as empty_file:

0 commit comments

Comments
 (0)