Skip to content

Commit

Permalink
chore: pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Apr 27, 2023
1 parent 375d3e0 commit 44aa0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ tutorials = [
"jupyter",
"seaborn",
"matplotlib",
"datasets>=2.8.0,
"scikit-learn">=1.1.0,
"datasets>=2.8.0",
"scikit-learn>=1.1.0",
]

[project.readme]
Expand Down
3 changes: 0 additions & 3 deletions src/textdescriptives/sklearn_featurizer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Iterable, List, Optional

import numpy as np
import pandas as pd
from sklearn.base import BaseEstimator, TransformerMixin
from wasabi import msg
Expand Down Expand Up @@ -106,5 +105,3 @@ def get_feature_names_out(self, input_features=None) -> List[str]:
"""Get the names of the extracted features. input_features is only
present for API compatibility with sklearn."""
return self.feature_names


0 comments on commit 44aa0f0

Please sign in to comment.