Skip to content

Commit

Permalink
Remove BaseEstimator import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-JG3 committed Oct 25, 2023
1 parent d5a1147 commit 981b9a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sktime/annotation/ggs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
import pandas as pd
from sklearn.utils.validation import check_random_state

# from sktime.base import BaseEstimator
from sktime.annotation.base._base import BaseSeriesAnnotator
from sktime.utils.validation._dependencies import _check_estimator_deps

Expand Down

0 comments on commit 981b9a1

Please sign in to comment.