Skip to content

Commit 26cbee4

Browse files
committed
remove useless line
1 parent 88b41bf commit 26cbee4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qolmat/imputations/em_sampler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ class VARpEM(EM):
664664
Examples
665665
--------
666666
>>> import numpy as np
667-
>>> import pandas as pd
668667
>>> from qolmat.imputations.em_sampler import VARpEM
669668
>>> imputer = VARpEM(method="sample", random_state=11)
670669
>>> X = np.array([[1, 1, 1, 1],

0 commit comments

Comments
 (0)