Skip to content

Commit 2e2b317

Browse files
author
Yael Yacobovich
committed
fix linter
1 parent ed13a60 commit 2e2b317

File tree

1 file changed

+1
-1
lines changed
  • src/cloudai/workloads/ucc_test

1 file changed

+1
-1
lines changed

src/cloudai/workloads/ucc_test/ucc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class UCCCmdArgs(CmdArgs):
6969
b: Union[int, list[int]] = 1
7070
e: Union[str, list[str]] = "8M"
7171
gen: Union[str, list[str], None] = None
72-
72+
7373

7474

7575
class UCCTestDefinition(TestDefinition):

0 commit comments

Comments
 (0)