Skip to content

Commit 20714e7

Browse files
cccclaifacebook-github-bot
authored andcommitted
fix lint warning (#2027)
Summary: Pull Request resolved: #2027 Error message ``` Warning (FLAKE8) F401 'torch.export.exported_program.OutputKind' imported but unused See https://www.flake8rules.com/rules/F401.html. 42 |) 43 |from torch._export.passes import ReplaceViewOpsWithViewCopyOpsPass 44 |from torch.export import ExportedProgram >>> 45 |from torch.export.exported_program import ( 46 | _get_updated_range_constraints, 47 | ConstantArgument, 48 | ExportGraphSignature, ``` Reviewed By: lucylq Differential Revision: D54011437 fbshipit-source-id: ae9c38220324e2c91a8afc5c145bbc8441e817e1
1 parent 6b1fc8b commit 20714e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exir/program/_program.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
ExportGraphSignature,
4949
InputKind,
5050
InputSpec,
51-
OutputKind,
5251
OutputSpec,
5352
TensorArgument,
5453
)

0 commit comments

Comments
 (0)