Skip to content

Commit

Permalink
Optimized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhomirovd committed Mar 25, 2024
1 parent c05557e commit 396d2bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/tutorials/Tutorial_4_Test_Limit_Distribution.ipynb
Expand Up @@ -14,7 +14,8 @@
"source": [
"from scipy.stats import bernoulli\n",
"\n",
"from hypex.abn_test import min_sample_size, test_on_marginal_distribution\n",
"from hypex.abn_test import min_sample_size\n",
"from hypex.abn_test import test_on_marginal_distribution\n",
"import numpy as np"
]
},
Expand Down

0 comments on commit 396d2bd

Please sign in to comment.