changes style imports because pype style is actually avalon style so was removed

This commit is contained in:
iLLiCiTiT 2020-06-02 16:13:31 +02:00
parent acd355c617
commit ee8e3e6c63
10 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
import os
import requests
from pypeapp import style
from avalon import style
from pype.modules.ftrack import credentials
from . import login_tools
from Qt import QtCore, QtGui, QtWidgets