Skip to content

Commit 61c45cf

Browse files
committed
chore: fix test import for test_decompositions.py
1 parent e3141ed commit 61c45cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/py/dynamo/lowering/test_decompositions.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import torch
22
import torch_tensorrt
33
from parameterized import parameterized
4-
from testing_utilities import DECIMALS_OF_AGREEMENT, lower_graph_testing
54
from torch.testing._internal.common_utils import TestCase, run_tests
65

6+
from ..testing_utilities import DECIMALS_OF_AGREEMENT, lower_graph_testing
7+
78

89
class TestLowering(TestCase):
910
def test_lowering_inplace_op(self):

0 commit comments

Comments
 (0)