Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Feb 12, 2025
1 parent 54b02be commit 5f7af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_feature_extraction/dict_vectorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def dict_vectorizer():
v = DictVectorizer(sparse=False)
D = [{'foo': 1, 'bar': 2}, {'foo': 3, 'baz': 1}]
_ = v.fit_transform(D)

pre_result = v.transform({'foo': 4, 'unseen_feature': 3})

fe = FeatureExtractorTransporter()
Expand Down

0 comments on commit 5f7af16

Please sign in to comment.