Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Sep 30, 2024
1 parent 3594f95 commit 0e0c10c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion client/ayon_resolve/api/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def create_media_pool_item(files: list,
object: resolve.MediaPoolItem
"""
# get all variables
media_storage = get_media_storage()
resolve_project = get_current_resolve_project()
media_pool = resolve_project.GetMediaPool()
root_bin = root or media_pool.GetRootFolder()
Expand Down
3 changes: 1 addition & 2 deletions client/ayon_resolve/api/plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import copy
import os
import copy
import re
import uuid

Expand Down

0 comments on commit 0e0c10c

Please sign in to comment.