fix(global): removing unnecessary host argument

This commit is contained in:
Jakub Jezek 2020-02-17 15:25:33 +01:00
parent 5cd09a84eb
commit b657af153f
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Provides:
import os
import json
from avalon import io, api, lib
from avalon import api, lib
from pypeapp import Anatomy
import pyblish.api

View file

@ -33,7 +33,6 @@ class CollectInstanceAnatomyData(pyblish.api.InstancePlugin):
order = pyblish.api.CollectorOrder + 0.49
label = "Collect instance anatomy data"
hosts = ["maya", "nuke", "standalonepublisher"]
def process(self, instance):
# get all the stuff from the database