Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 17, 2024
1 parent 9d830d6 commit b60f876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions client/ayon_openrv/plugins/load/openrv/load_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

import clique

from ayon_core.pipeline import (
load,
get_representation_context
)
from ayon_core.pipeline import load
from ayon_core.pipeline.load import get_representation_path_from_context
from ayon_core.lib.transcoding import IMAGE_EXTENSIONS

Expand Down
5 changes: 1 addition & 4 deletions client/ayon_openrv/plugins/load/openrv/load_mov.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from ayon_core.pipeline import (
load,
get_representation_context
)
from ayon_core.pipeline import load
from ayon_openrv.api.pipeline import imprint_container
from ayon_openrv.api.ocio import (
set_group_ocio_active_state,
Expand Down

0 comments on commit b60f876

Please sign in to comment.