Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed May 6, 2020
1 parent 98615ba commit 6f62620
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tableone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Import tableone objects
from .tableone import TableOne
from .modality import hartigan_diptest

__author__ = "Tom Pollard <tpollard@mit.edu>, Alistair Johnson, Jesse Raffa"
__version__ = "0.7.3"
2 changes: 1 addition & 1 deletion tableone/tableone.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from statsmodels.stats import multitest
from tabulate import tabulate

from tableone import hartigan_diptest
from tableone.modality import hartigan_diptest

# display deprecation warnings
warnings.simplefilter('always', DeprecationWarning)
Expand Down

0 comments on commit 6f62620

Please sign in to comment.