Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed May 11, 2024
1 parent 809d3a1 commit ae58f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptsl/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ def select_tracks_by_name(self, names: List[str],

def get_timeline_selection(self, format: pt.TrackOffsetOptions =
pt.TrackOffsetOptions.TimeCode
) -> Tuple[str, str]:
) -> Tuple[str, str]:
"""
Returns data about the current timeline selection.
:returns: a Tuple of the In and Out time.
Expand Down

0 comments on commit ae58f69

Please sign in to comment.