Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Add 'Optional' to installation section to fix an issue (#28902)
Problem: "Optional" object is used in one example without importing, which raises the following error when copying the example into IDE or Jupyter Lab ![image](https://github.com/user-attachments/assets/3a6c48cc-937f-4774-979b-b3da64ced247) Solution: Just importing Optional from typing_extensions module, this solves the problem! --------- Co-authored-by: Erick Friis <[email protected]>
- Loading branch information