From 67a48f538e1fb212a858797232cadd31f65a5d29 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 19 Jan 2021 14:55:00 +0100 Subject: [PATCH] removed unsused imports --- pype/hosts/tvpaint/plugins/load/load_sound.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pype/hosts/tvpaint/plugins/load/load_sound.py b/pype/hosts/tvpaint/plugins/load/load_sound.py index 6d1d27fe1b..c83748fe06 100644 --- a/pype/hosts/tvpaint/plugins/load/load_sound.py +++ b/pype/hosts/tvpaint/plugins/load/load_sound.py @@ -1,7 +1,5 @@ import os import tempfile -from avalon.pipeline import get_representation_context -from avalon.vendor import qargparse from avalon.tvpaint import lib, pipeline