Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Oct 7, 2024
1 parent 22f84c8 commit 60ca574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_resolve/api/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def maintain_current_timeline(to_timeline: object,
>>> print(get_current_timeline().GetName())
timeline1
"""
resolve_project = get_current_resolve_project()
project = get_current_resolve_project()
working_timeline = from_timeline or resolve_project.GetCurrentTimeline()

# search timeline withing project timelines in case the
Expand Down

0 comments on commit 60ca574

Please sign in to comment.