Skip to content

Commit 1c65956

Browse files
authored
Reformatted the test_cli.py
1 parent 7b0c907 commit 1c65956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/cli/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def test_export_acq_compression_type(
256256
],
257257
)
258258
torch.cuda.empty_cache()
259-
259+
260260
def test_export_acq_compression_type_auto_metric_fields(
261261
self,
262262
dataset_path: Path,
@@ -312,7 +312,7 @@ def test_export_acq_compression_type_manual_metric_fields(
312312
],
313313
)
314314
torch.cuda.empty_cache()
315-
315+
316316
@staticmethod
317317
def _get_common_cli_args(dataset_path: Path | None, project_path: Path) -> list[str]:
318318
"""Return common CLI args for all models.

0 commit comments

Comments
 (0)