Skip to content

Commit e756efa

Browse files
committed
20250806145216
1 parent 086e0ee commit e756efa

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • aws/lambda/pytorch-auto-revert/pytorch_auto_revert

aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,13 @@ def main(*args, **kwargs) -> None:
161161

162162
if opts.subcommand is None:
163163
autorevert_checker(
164-
["Lint", "trunk", "pull", "inductor", "linux-binary-manywheel", ],
164+
[
165+
"Lint",
166+
"trunk",
167+
"pull",
168+
"inductor",
169+
"linux-binary-manywheel",
170+
],
165171
hours=2,
166172
verbose=True,
167173
do_restart=True,

0 commit comments

Comments
 (0)