From c762e91e587facef55ee42435539e0a7724937b0 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 2 Mar 2021 13:28:57 +0100 Subject: [PATCH] removed unused import --- pype/tools/standalonepublish/widgets/widget_family.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pype/tools/standalonepublish/widgets/widget_family.py b/pype/tools/standalonepublish/widgets/widget_family.py index a42cc0b04f0..00bc5b31f9c 100644 --- a/pype/tools/standalonepublish/widgets/widget_family.py +++ b/pype/tools/standalonepublish/widgets/widget_family.py @@ -1,4 +1,3 @@ -import os import re from Qt import QtWidgets, QtCore