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 8, 2024
1 parent d098ca7 commit c020d1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/ayon_resolve/plugins/load/load_editorial_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def _get_container_data(
) -> dict:
"""Return metadata related to the representation and version."""

representation = context["representation"]
# add additional metadata from the version to imprint AYON knob
version_entity = context["version"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import ayon_api

from ayon_resolve.api import lib, constants


class EditorialPackageInstances(pyblish.api.InstancePlugin):
"""Collect all Track items selection."""
Expand Down

0 comments on commit c020d1f

Please sign in to comment.