Skip to content

Commit

Permalink
docs: fix linting error for estimators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 8, 2023
1 parent 027a2da commit eba539b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sortedl1/estimators.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Estimators for SLOPE."""

import numpy as np
from _sortedl1 import fit_slope_dense, fit_slope_sparse
from scipy import sparse
Expand All @@ -7,7 +9,7 @@

class Slope(BaseEstimator, RegressorMixin):
"""
Sorted L-One Penalized Estimation
Sorted L-One Penalized Estimation.
Parameters
----------
Expand Down

0 comments on commit eba539b

Please sign in to comment.