ast: fix pylance's type inference on Value._rhs_signals(). NFC
This commit is contained in:
parent
e6ec0be889
commit
57933b974d
|
@ -604,7 +604,7 @@ class Value(metaclass=ABCMeta):
|
|||
|
||||
@abstractmethod
|
||||
def _rhs_signals(self):
|
||||
pass # :nocov:
|
||||
raise NotImplementedError # :nocov:
|
||||
|
||||
|
||||
@final
|
||||
|
|
Loading…
Reference in a new issue