Skip to content

Commit

Permalink
removed sktime dependecy in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreeshaM07 committed Jun 19, 2024
1 parent a1523ea commit a75b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/regression/linear/_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def __init__(
else:
self._add_constant = add_constant

from sktime.utils.warnings import warn
from warnings import warn

l1 = "Note: in `GLMRegressor`, the sequence of the parameters will change "
l2 = "in skpro version 2.4.0. It will be as per the order present in the"
Expand Down

0 comments on commit a75b097

Please sign in to comment.