Closed
@LWprogramming

Description

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!