Skip to content

Commit

Permalink
My docstring work is done
Browse files Browse the repository at this point in the history
  • Loading branch information
raysalemi committed Jun 28, 2024
1 parent 6130e53 commit 6ae616d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyuvm/s14_15_python_sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def item_done(self, rsp=None):
:param rsp: (optional) The response item
:raise UVMFatalError: If ``rsp`` is not a subclass of uvm_sequence_item
"""
if rsp is not None:
try:
Expand Down

0 comments on commit 6ae616d

Please sign in to comment.