mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
pep8 class names
This commit is contained in:
parent
a888891a68
commit
3a4a6782ab
3 changed files with 7 additions and 7 deletions
|
|
@ -39,7 +39,7 @@ class ExtractReviewDataLut(pype.api.Extractor):
|
|||
|
||||
# generate data
|
||||
with anlib.maintained_selection():
|
||||
exporter = pnlib.Exporter_review_lut(
|
||||
exporter = pnlib.ExporterReviewLut(
|
||||
self, instance
|
||||
)
|
||||
data = exporter.generate_lut()
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ class ExtractReviewDataMov(pype.api.Extractor):
|
|||
|
||||
# generate data
|
||||
with anlib.maintained_selection():
|
||||
exporter = pnlib.Exporter_review_mov(
|
||||
exporter = pnlib.ExporterReviewMov(
|
||||
self, instance)
|
||||
|
||||
if "render.farm" in families:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue