ast: fix pylance's type inference on Value._rhs_signals(). NFC

This commit is contained in:
Catherine 2023-09-25 13:46:51 +00:00
parent e6ec0be889
commit 57933b974d

View file

@ -604,7 +604,7 @@ class Value(metaclass=ABCMeta):
@abstractmethod
def _rhs_signals(self):
pass # :nocov:
raise NotImplementedError # :nocov:
@final