From 0537317fcf96dabb75679fbb9cd9b9f0d0d7ac8c Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Fri, 1 Jul 2022 15:54:33 +0200 Subject: [PATCH] Shush the hound --- openpype/hosts/maya/plugins/publish/extract_pointcache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/publish/extract_pointcache.py b/openpype/hosts/maya/plugins/publish/extract_pointcache.py index a7ba5b3745..bcf96eb128 100644 --- a/openpype/hosts/maya/plugins/publish/extract_pointcache.py +++ b/openpype/hosts/maya/plugins/publish/extract_pointcache.py @@ -133,4 +133,3 @@ class ExtractAnimation(ExtractAlembic): fullPath=True) or [] return nodes, roots -