Skip to content

Commit

Permalink
Remove unnecessary check.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Oct 23, 2024
1 parent da06057 commit 15bfe24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/evidently/calculation_engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ def get_additional_features(self, data_definition: DataDefinition) -> List[Gener
continue
for feature in required_features:
fp = feature.get_fingerprint()
if fp in features:
continue
features[fp] = feature
return list(features.values())

Expand Down

0 comments on commit 15bfe24

Please sign in to comment.