hound fixes 🐕

This commit is contained in:
Ondrej Samohel 2021-08-31 18:27:26 +02:00
parent 901e5f5266
commit b59bb52b6b
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 1 additions and 2 deletions

View file

@ -259,4 +259,4 @@ def load_stylesheet() -> str:
"""
stylesheet_path = Path(__file__).parent.resolve() / "stylesheet.css"
return stylesheet_path.read_text()
return stylesheet_path.read_text()

View file

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
"""Progress window to show when OpenPype is updating/installing locally."""
import os
from pathlib import Path
from .update_thread import UpdateThread
from Qt import QtCore, QtGui, QtWidgets # noqa
from .bootstrap_repos import OpenPypeVersion