We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef778c commit db80934Copy full SHA for db80934
docs/source/conf.py
@@ -78,7 +78,7 @@
78
79
# Import executorch version
80
# Adopted from PyTorch docs pattern
81
-from executorch import version as et_version
+from executorch import version as et_version # type: ignore[attr-defined]
82
83
executorch_version = str(et_version.__version__)
84
0 commit comments