Skip to content

Commit

Permalink
chore: a minor linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chohk88 committed Jun 13, 2024
1 parent 8831462 commit 040ecd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/py/dynamo/conversion/test_local_scalar_dense_aten.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import torch
import torch.nn as nn
from harness import DispatchTestCase
from parameterized import parameterized
from torch.testing._internal.common_utils import run_tests

from .harness import DispatchTestCase


class TestLocalScalarDenseConverter(DispatchTestCase):
@parameterized.expand(
Expand Down

0 comments on commit 040ecd8

Please sign in to comment.