Skip to content

Commit

Permalink
added the line break to appease the linters
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-melton-db committed Jan 18, 2024
1 parent 259af02 commit 2601513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tempo/tsdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ def extractStateIntervals(
:param: metric_cols: the set of metric columns to evaluate for state changes
:param: state_definition: the comparison function used to evaluate individual metrics for state changes.
Either a string, giving a standard PySpark column comparison operation, or a binary function with the
signature: `(x1: Column, x2: Column) -> Column` where the returned column expression evaluates to a
:class:`~pyspark.sql.types.BooleanType`
Expand Down

0 comments on commit 2601513

Please sign in to comment.