Skip to content

Commit

Permalink
Update engine.py
Browse files Browse the repository at this point in the history
Lintlintlint
  • Loading branch information
iluvcapra committed May 11, 2024
1 parent 9944e35 commit 809d3a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ptsl/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,9 @@ def select_tracks_by_name(self, names: List[str],
op = ops.SelectTracksByName(track_names=names, selection_mode=mode)
self.client.run(op)

def get_timeline_selection(self, format: pt.TrackOffsetOptions =
pt.TrackOffsetOptions.TimeCode) -> Tuple[str, str]:
def get_timeline_selection(self, format: pt.TrackOffsetOptions =
pt.TrackOffsetOptions.TimeCode
) -> 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 809d3a1

Please sign in to comment.