Skip to content

Commit

Permalink
(fix): remote @wraps(BaseException.add_note)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Feb 21, 2025
1 parent 90cbc79 commit 7711649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scanpy/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def old_positionals(*old_positionals: str):

if sys.version_info >= (3, 11):

@wraps(BaseException.add_note)
def add_note(exc: BaseException, note: str) -> None:
exc.add_note(note)
else:
Expand Down

0 comments on commit 7711649

Please sign in to comment.