remove unused import

This commit is contained in:
clement.hector 2022-06-20 14:17:57 +02:00
parent 1fd8723244
commit ad3380b3a0

View file

@ -3,10 +3,6 @@ import os
import pyblish.api
from openpype.lib.mongo import OpenPypeMongoConnection
from openpype.modules.shotgrid.lib.settings import (
get_shotgrid_project_settings,
)
class CollectShotgridEntities(pyblish.api.ContextPlugin):
"""Collect shotgrid entities according to the current context"""