Skip to content

Commit c48a306

Browse files
committed
linting error fix
1 parent f96cf01 commit c48a306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/py/dynamo/conversion/test_gather_aten.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ def forward(self, x):
2626
input,
2727
)
2828

29+
2930
if __name__ == "__main__":
30-
run_tests()
31+
run_tests()

0 commit comments

Comments
 (0)