From 9dc0e266d2dbbb23f8f16f96ed42344c668cca1b Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Wed, 26 Jan 2022 17:07:36 +0100 Subject: [PATCH] Shush the hound - add newline at end of file --- openpype/hosts/maya/plugins/load/load_look.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/load/load_look.py b/openpype/hosts/maya/plugins/load/load_look.py index c121cb8f56..f0406186ae 100644 --- a/openpype/hosts/maya/plugins/load/load_look.py +++ b/openpype/hosts/maya/plugins/load/load_look.py @@ -144,4 +144,4 @@ class LookLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): for connection in connections: nodes_list.extend(cmds.listRelatives(connection, shapes=True)) - return nodes_list \ No newline at end of file + return nodes_list