Skip to content

Commit

Permalink
flake8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixon committed Jan 2, 2024
1 parent a81d34d commit 09a41cd
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 442 deletions.
2 changes: 1 addition & 1 deletion python/tempo/intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def fromNestedBoundariesDF(cls,
nested_boundaries_col: str,
series_ids: Optional[list[str]] = None,
start_element_name: str = "start",
end_element_name: str = "end" ) -> IntervalsDF:
end_element_name: str = "end") -> IntervalsDF:
"""
:param df:
Expand Down
Loading

0 comments on commit 09a41cd

Please sign in to comment.