mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
remove invalid docstring
This commit is contained in:
parent
3277c8c2b9
commit
093fa1825c
2 changed files with 0 additions and 4 deletions
|
|
@ -3,8 +3,6 @@ from avalon.tvpaint import pipeline, lib
|
|||
|
||||
|
||||
class CreateBeauty(pipeline.TVPaintCreator):
|
||||
"""Arnold Archive"""
|
||||
|
||||
name = "beauty"
|
||||
label = "Beauty"
|
||||
family = "renderLayer"
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ from avalon.tvpaint import pipeline
|
|||
|
||||
|
||||
class CreateReview(pipeline.TVPaintCreator):
|
||||
"""Arnold Archive"""
|
||||
|
||||
name = "review"
|
||||
label = "Review"
|
||||
family = "review"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue