From 660a34448522567365c7d8ae0cd078a78d749568 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 28 May 2021 21:28:35 +0200 Subject: [PATCH] removed unused variable --- openpype/style/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/style/__init__.py b/openpype/style/__init__.py index 695f30f278..b2ff7d99e9 100644 --- a/openpype/style/__init__.py +++ b/openpype/style/__init__.py @@ -2,7 +2,6 @@ import os import json import collections from openpype import resources -from avalon.vendor import qtawesome _STYLESHEET_CACHE = None