Skip to content

Commit ee3c928

Browse files
x41lakazamTaekyungHeo
authored andcommitted
Ruff fix
1 parent a6fb8a1 commit ee3c928

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_acceptance.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import argparse
22
from pathlib import Path
3-
from typing import List, Dict
3+
from typing import Dict
44

55
import pytest
66
from cloudai.__main__ import handle_dry_run_and_run
@@ -9,12 +9,11 @@
99
{
1010
"path": Path("conf/v0.6/general/test_scenario/sleep.toml"),
1111
"expected_dirs_number": 3,
12-
1312
},
1413
{
1514
"path": Path("conf/v0.6/general/test_scenario/ucc_test.toml"),
1615
"expected_dirs_number": 1,
17-
}
16+
},
1817
]
1918

2019

0 commit comments

Comments
 (0)