8000 Update test_draft_export.py · pytorch/pytorch@30f51c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30f51c3

Browse files
authored
Update test_draft_export.py
1 parent 84ec050 commit 30f51c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/export/test_draft_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import unittest
55

66
import torch
7-
from torch.export import Dim, dynamic_shapes, export
7+
from torch.export import Dim, export
88
from torch.export._draft_export import draft_export, FailureType
99
from torch.testing import FileCheck
1010
from torch.testing._internal.common_utils import IS_WINDOWS, run_tests, TestCase

0 commit comments

Comments
 (0)
0