Skip to content

Commit d319644

Browse files
committed
removed unnecessary imports
1 parent d91f285 commit d319644

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

dabest/plotter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ def effectsize_df_plotter(effectsize_df, **plot_kwargs):
8888
grid_key_WIP,
8989
barplotter,
9090
)
91-
from ._stats_tools.effsize import (
92-
_compute_standardizers,
93-
_compute_hedges_correction_factor,
94-
)
9591

9692
warnings.filterwarnings(
9793
"ignore", "This figure includes Axes that are not compatible with tight_layout"

nbs/API/plotter.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@
147147
" grid_key_WIP,\n",
148148
" barplotter,\n",
149149
" )\n",
150-
" from ._stats_tools.effsize import (\n",
151-
" _compute_standardizers,\n",
152-
" _compute_hedges_correction_factor,\n",
153-
" )\n",
154150
"\n",
155151
" warnings.filterwarnings(\n",
156152
" \"ignore\", \"This figure includes Axes that are not compatible with tight_layout\"\n",

0 commit comments

Comments
 (0)