Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro committed May 29, 2024
1 parent 2ae481b commit d031335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/pqm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from .pqm import get_pqm_pvalue
from .pqm import pqm_pvalue
from .test_gaussian import test
from ._version import __version__


__all__ = (
"get_pqm_pvalue",
"pqm_pvalue",
"test",
"__version__",
)

0 comments on commit d031335

Please sign in to comment.