You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AnthonyZJiang, can you rerun the command and let us know if the problem you encountered earlier is fixed? Any additional details you can give would be helpful if it's still happening.
e.g. for a method:
Expected Behavior
def get_val() ‑> int | str
Get value.
Returns
int | str
The value.
Actual Behavior
def get_val() ‑> int | str
Get value.
Returns
int | None The value.
See more details in the attached picture
Steps to Reproduce
Additional info
Example 1
Here is the example in action, comparing | and Union:
![image](https://private-user-images.githubusercontent.com/8778250/341842617-e6aed3fd-61f1-4fe9-8e06-068130a510f9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjUxNDcsIm5iZiI6MTczOTIyNDg0NywicGF0aCI6Ii84Nzc4MjUwLzM0MTg0MjYxNy1lNmFlZDNmZC02MWYxLTRmZTktOGUwNi0wNjgxMzBhNTEwZjkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMjIwMDQ3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzAzYTQxNjIwYTVjZWM0Nzk1MTdhYjU1ZGI4NTA1MmNiOGQzMjc4MjBlNGY5ZGU1ODc0YTY3NDE1OTEwOTliOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.TKQoCwg8-O0vIOC4jH-GXoAd12qlfHP0LfqBCPckXCs)
Example 2
Here's another example of using | instead of Union:
![image](https://private-user-images.githubusercontent.com/8778250/341843072-bc27a5e6-911d-41ea-8fba-badbd6d9c164.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjUxNDcsIm5iZiI6MTczOTIyNDg0NywicGF0aCI6Ii84Nzc4MjUwLzM0MTg0MzA3Mi1iYzI3YTVlNi05MTFkLTQxZWEtOGZiYS1iYWRiZDZkOWMxNjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMjIwMDQ3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWUzYzhiNzA1ZThkYWI5MDE0ZTUyOTFlMjYxZmNiOGI0YmNlZTA0MjNjODc1NmY0NGIzOGUxNGZjNjE4ZTc2ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.1wMpRVaB6Mmt1ZhSQrMPfdwSwaNihjyHF9saQRBRptg)
The text was updated successfully, but these errors were encountered: