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
|
@abstractmethod
|
||||||
def _rhs_signals(self):
|
def _rhs_signals(self):
|
||||||
pass # :nocov:
|
raise NotImplementedError # :nocov:
|
||||||
|
|
||||||
|
|
||||||
@final
|
@final
|
||||||
|
|
Loading…
Reference in a new issue