From f9c960aaa32632daf2e7a1122d5ff01392233ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Mon, 27 Apr 2020 21:55:31 +0200 Subject: [PATCH] fixing long line --- pype/plugins/maya/load/load_yeti_rig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pype/plugins/maya/load/load_yeti_rig.py b/pype/plugins/maya/load/load_yeti_rig.py index de3b076027..11922034d6 100644 --- a/pype/plugins/maya/load/load_yeti_rig.py +++ b/pype/plugins/maya/load/load_yeti_rig.py @@ -21,7 +21,8 @@ class YetiRigLoader(pype.maya.plugin.ReferenceLoader): icon = "code-fork" color = "orange" - def process_reference(self, context, name=None, namespace=None, options=None): + def process_reference( + self, context, name=None, namespace=None, options=None): import maya.cmds as cmds from avalon import maya