Skip to content

Commit

Permalink
refactor: improve import annotation
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Oct 17, 2024
1 parent 81593e9 commit 3fde2f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/spexial/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
"""Special functions."""

__all__ = ["eval_gegenbauer", "eval_gegenbauers"]
__all__ = [
# Gegenbauer
"eval_gegenbauer",
"eval_gegenbauers", # NOTE: not in scipy.special
]

from ._src.gegenbauer import eval_gegenbauer, eval_gegenbauers
from ._version import version as __version__ # noqa: F401

0 comments on commit 3fde2f6

Please sign in to comment.