Skip to content

Commit

Permalink
fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
steinnymir committed Nov 17, 2023
1 parent 88ed6fd commit ab577f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sed/core/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,13 @@ def filter_column(
lower_bound=min_value,
upper_bound=max_value,
)
metadata = {
"filter": {
"column": column,
"min_value": min_value,
"max_value": max_value,
},
}
metadata = {
"filter": {
"column": column,
"min_value": min_value,
"max_value": max_value,
},
}
self._attributes.add(metadata, "filter", duplicate_policy="merge")

# Momentum calibration workflow
Expand Down

0 comments on commit ab577f5

Please sign in to comment.