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
The visitor.py file sets the special value REMOVE to Ellipsis. However, this causes trouble with type-hinting functions that return REMOVE. Could we create a separate value rather than using Ellipsis? See the issues linked here, where the consensus is in favor of not using the Ellipsis constant. Thank you!