Skip to content

Commit 57933b9

Browse files
committed
ast: fix pylance's type inference on Value._rhs_signals(). NFC
1 parent e6ec0be commit 57933b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth/hdl/ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def _lhs_signals(self):
604604

605605
@abstractmethod
606606
def _rhs_signals(self):
607-
pass # :nocov:
607+
raise NotImplementedError # :nocov:
608608

609609

610610
@final

0 commit comments

Comments
 (0)