mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
ruff cosmetic fix
This commit is contained in:
parent
7ad640ab2c
commit
1f70637fed
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import re
|
|||
|
||||
from ayon_core.pipeline import get_representation_path
|
||||
from ayon_aftereffects import api
|
||||
from ayon_aftereffects.api.lib import get_unique_layer_name, maintained_selection
|
||||
from ayon_aftereffects.api.lib import get_unique_layer_name
|
||||
|
||||
|
||||
class FileLoader(api.AfterEffectsLoader):
|
||||
|
|
@ -35,6 +35,7 @@ class FileLoader(api.AfterEffectsLoader):
|
|||
context["folder"]["name"], name
|
||||
)
|
||||
)
|
||||
|
||||
import_options = {}
|
||||
|
||||
path = self.filepath_from_context(context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue