Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Jun 4, 2024
1 parent c1e6358 commit c306903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ape/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ def raises_not_implemented(fn):
def inner(*args, **kwargs):
raise _create_raises_not_implemented_error(fn)

# This is necessary for doc strings to show up with sphinx
inner.__doc__ = fn.__doc__
return inner

Expand Down

0 comments on commit c306903

Please sign in to comment.