Skip to content

Commit

Permalink
Fixed error naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilly-May committed Aug 30, 2024
1 parent 9d2ebc4 commit 94a385c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pertpy/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, *args, **kwargs):
raise ImportError(
f"Extra dependencies required: {', '.join(extras)}. "
f"Please install with: pip install {' '.join(extras)}"
) from e
)

return Placeholder

Expand Down

0 comments on commit 94a385c

Please sign in to comment.