remove invalid docstring

This commit is contained in:
iLLiCiTiT 2020-11-05 10:35:15 +01:00
parent 3277c8c2b9
commit 093fa1825c
2 changed files with 0 additions and 4 deletions

View file

@ -3,8 +3,6 @@ from avalon.tvpaint import pipeline, lib
class CreateBeauty(pipeline.TVPaintCreator):
"""Arnold Archive"""
name = "beauty"
label = "Beauty"
family = "renderLayer"

View file

@ -2,8 +2,6 @@ from avalon.tvpaint import pipeline
class CreateReview(pipeline.TVPaintCreator):
"""Arnold Archive"""
name = "review"
label = "Review"
family = "review"